Skip to content

Commit

Permalink
update composer on good tag for satellite-toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMessina committed Dec 4, 2023
1 parent 99aff89 commit 112ae95
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"php-etl/metadata": "*",
"php-etl/mapping-contracts": "0.4.*",
"php-etl/metadata-contracts": "0.2.*",
"php-etl/satellite-toolbox": "dev-feature/add-property-path-builder-from-fastmap"
"php-etl/satellite-toolbox": "*"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
Expand Down
18 changes: 8 additions & 10 deletions composer.lock

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

4 changes: 2 additions & 2 deletions src/Compiler/Builder/PropertyPathBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

use Kiboko\Component\SatelliteToolbox\Builder\PropertyPathBuilder;

trigger_deprecation('php-etl/fast-map', '0.5', 'The "%s" class is deprecated, use "%s" instead.', 'Kiboko\\Component\\FastMap\\Compiler\\Builder\\PropertyPathBuilder', PropertyPathBuilder::class);
trigger_deprecation('php-etl/fast-map', '0.5.2', 'The "%s" class is deprecated, use "%s" instead.', 'Kiboko\\Component\\FastMap\\Compiler\\Builder\\PropertyPathBuilder', PropertyPathBuilder::class);

/*
* @deprecated since Satellite 0.7, use Kiboko\Component\SatelliteToolbox\Builder\PropertyPathBuilder instead.
* @deprecated since FastMap 0.5.2, use Kiboko\Component\SatelliteToolbox\Builder\PropertyPathBuilder instead.
*/
class_alias(PropertyPathBuilder::class, 'Kiboko\\Component\\FastMap\\Compiler\\Builder\\PropertyPathBuilder');

0 comments on commit 112ae95

Please sign in to comment.