diff --git a/src/Service.php b/src/Service.php index 3e208bb..bad9704 100644 --- a/src/Service.php +++ b/src/Service.php @@ -13,11 +13,6 @@ #[Configurator\Pipeline( name: 'fastmap', - dependencies: [ - 'php-etl/pipeline-contracts:0.4.*', - 'php-etl/bucket-contracts:0.2.*', - 'php-etl/bucket:*', - ], steps: [ new Configurator\Pipeline\StepTransformer(null), ],