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.
2 parents d64efd4 + 70e0cfa commit 0c3d9d9Copy full SHA for 0c3d9d9
src/Service.php
@@ -14,14 +14,15 @@
14
#[Configurator\Pipeline(
15
name: 'fastmap',
16
dependencies: [
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',
+ 'php-etl/pipeline-contracts:0.4.*',
+ 'php-etl/bucket-contracts:0.2.*',
+ 'php-etl/bucket:"*"',
20
],
21
steps: [
22
new Configurator\Pipeline\StepTransformer(null),
23
24
-)] final readonly class Service implements Configurator\PipelinePluginInterface
+)]
25
+final readonly class Service implements Configurator\PipelinePluginInterface
26
{
27
private Processor $processor;
28
private Configurator\PluginConfigurationInterface $configuration;
0 commit comments