We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bee2a commit d64efd4Copy full SHA for d64efd4
src/Service.php
@@ -14,9 +14,9 @@
14
#[Configurator\Pipeline(
15
name: 'fastmap',
16
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',
+ 'php-etl/pipeline-contracts:~0.4.0@dev',
+ 'php-etl/bucket-contracts:~0.2.0@dev',
+ 'php-etl/bucket:~0.3.0@dev',
20
],
21
steps: [
22
new Configurator\Pipeline\StepTransformer(null),
0 commit comments