Skip to content

Commit f0a3682

Browse files
authored
Merge pull request #16 from php-etl/fix/configurator
Updated dependencies from the configurator attribute
2 parents 83e740d + b79b40b commit f0a3682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#[Configurator\Pipeline(
1313
name: 'spreadsheet',
1414
dependencies: [
15-
'php-etl/spreadsheet-flow:"*"',
15+
'php-etl/spreadsheet-flow:*',
1616
],
1717
steps: [
1818
new Configurator\Pipeline\StepExtractor(),

0 commit comments

Comments
 (0)