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 7ae8996 commit 9afb670Copy full SHA for 9afb670
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