Skip to content

Commit d64efd4

Browse files
committed
Updated dependencies in the Configurator\Pipeline attribute
1 parent b1bee2a commit d64efd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Service.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
#[Configurator\Pipeline(
1515
name: 'fastmap',
1616
dependencies: [
17-
'php-etl/pipeline-contracts:~0.3.0@dev',
18-
'php-etl/bucket-contracts:~0.1.0@dev',
19-
'php-etl/bucket:~0.2.0@dev',
17+
'php-etl/pipeline-contracts:~0.4.0@dev',
18+
'php-etl/bucket-contracts:~0.2.0@dev',
19+
'php-etl/bucket:~0.3.0@dev',
2020
],
2121
steps: [
2222
new Configurator\Pipeline\StepTransformer(null),

0 commit comments

Comments
 (0)