Skip to content

Commit

Permalink
Updated php-etl/satellite-toolbox dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Jan 8, 2024
1 parent 7e6bbfd commit e626c0f
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 18 deletions.
193 changes: 177 additions & 16 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/Plugin/Batching/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@

namespace Kiboko\Component\Satellite\Plugin\Batching;

// FIXME: hidden dependency to php-etl/fast-map
use Kiboko\Component\FastMap\Compiler\Builder\PropertyPathBuilder;
use Kiboko\Component\Satellite\ExpressionLanguage as Satellite;
use Kiboko\Component\Satellite\Plugin\Batching\Builder\Fork;
use Kiboko\Component\Satellite\Plugin\Batching\Builder\Merge;
use Kiboko\Component\SatelliteToolbox\Builder\PropertyPathBuilder;
use Kiboko\Contract\Configurator;
use PhpParser\Node\Expr\Variable;
use Symfony\Component\Config\Definition\Exception as Symfony;
Expand Down

0 comments on commit e626c0f

Please sign in to comment.