Skip to content

Commit

Permalink
Merge pull request #16 from php-etl/fix/configurator
Browse files Browse the repository at this point in the history
Updated dependencies from the configurator attribute
  • Loading branch information
sebprt authored Apr 18, 2023
2 parents 83e740d + b79b40b commit f0a3682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#[Configurator\Pipeline(
name: 'spreadsheet',
dependencies: [
'php-etl/spreadsheet-flow:"*"',
'php-etl/spreadsheet-flow:*',
],
steps: [
new Configurator\Pipeline\StepExtractor(),
Expand Down

0 comments on commit f0a3682

Please sign in to comment.