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 7ae8996 + 682a5d0 commit 83e740dCopy full SHA for 83e740d
src/Service.php
@@ -11,11 +11,15 @@
11
12
#[Configurator\Pipeline(
13
name: 'spreadsheet',
14
+ dependencies: [
15
+ 'php-etl/spreadsheet-flow:"*"',
16
+ ],
17
steps: [
18
new Configurator\Pipeline\StepExtractor(),
19
new Configurator\Pipeline\StepLoader(),
20
],
-)] final readonly class Service implements Configurator\PipelinePluginInterface
21
+)]
22
+final readonly class Service implements Configurator\PipelinePluginInterface
23
{
24
private Processor $processor;
25
private Configurator\PluginConfigurationInterface $configuration;
0 commit comments