Skip to content

Commit 112ae95

Browse files
committed
update composer on good tag for satellite-toolbox
1 parent 99aff89 commit 112ae95

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"php-etl/metadata": "*",
2626
"php-etl/mapping-contracts": "0.4.*",
2727
"php-etl/metadata-contracts": "0.2.*",
28-
"php-etl/satellite-toolbox": "dev-feature/add-property-path-builder-from-fastmap"
28+
"php-etl/satellite-toolbox": "*"
2929
},
3030
"require-dev": {
3131
"mikey179/vfsstream": "^1.6",

composer.lock

+8-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/Builder/PropertyPathBuilder.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
use Kiboko\Component\SatelliteToolbox\Builder\PropertyPathBuilder;
88

9-
trigger_deprecation('php-etl/fast-map', '0.5', 'The "%s" class is deprecated, use "%s" instead.', 'Kiboko\\Component\\FastMap\\Compiler\\Builder\\PropertyPathBuilder', PropertyPathBuilder::class);
9+
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);
1010

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

0 commit comments

Comments
 (0)