Skip to content

Commit 83e740d

Browse files
authored
Merge pull request #15 from php-etl/feature/configurator-dependencies
Added dependencies into the configurator attribute
2 parents 7ae8996 + 682a5d0 commit 83e740d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Service.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@
1111

1212
#[Configurator\Pipeline(
1313
name: 'spreadsheet',
14+
dependencies: [
15+
'php-etl/spreadsheet-flow:"*"',
16+
],
1417
steps: [
1518
new Configurator\Pipeline\StepExtractor(),
1619
new Configurator\Pipeline\StepLoader(),
1720
],
18-
)] final readonly class Service implements Configurator\PipelinePluginInterface
21+
)]
22+
final readonly class Service implements Configurator\PipelinePluginInterface
1923
{
2024
private Processor $processor;
2125
private Configurator\PluginConfigurationInterface $configuration;

0 commit comments

Comments
 (0)