From 0313733a0d5174e290b3b4aff8366096495f2bb4 Mon Sep 17 00:00:00 2001 From: sebprt Date: Tue, 18 Apr 2023 14:58:24 +0200 Subject: [PATCH] Updated dependencies from the configurator attribute --- src/Service.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service.php b/src/Service.php index a0e4ba0..f8712df 100644 --- a/src/Service.php +++ b/src/Service.php @@ -14,7 +14,7 @@ name: 'sql', dependencies: [ 'ext-pdo', - 'php-etl/sql-flow:"*"', + 'php-etl/sql-flow:*', ], steps: [ new Configurator\Pipeline\StepExtractor(),