Skip to content

Commit c7446d1

Browse files
authored
Merge pull request #21 from php-etl/fix/configurator
Updated dependencies from the configurator attribute
2 parents feccdcd + 9be8ef5 commit c7446d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#[Configurator\Pipeline(
1414
name: 'csv',
1515
dependencies: [
16-
'php-etl/csv-flow:"*"',
16+
'php-etl/csv-flow:*',
1717
],
1818
steps: [
1919
new Configurator\Pipeline\StepExtractor(),

0 commit comments

Comments
 (0)