Skip to content

Commit 7a2d40e

Browse files
authored
Merge pull request #15 from php-etl/feature/pipeline-dependencies
Add sql-flow pipeline dependency
2 parents 8397237 + 22b3c5d commit 7a2d40e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Service.php

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
name: 'sql',
1515
dependencies: [
1616
'ext-pdo',
17+
'php-etl/sql-flow:~0.2.0@dev',
1718
],
1819
steps: [
1920
new Configurator\Pipeline\StepExtractor(),

0 commit comments

Comments
 (0)