Skip to content

Commit 21834b6

Browse files
authored
Merge pull request #18 from php-etl/feature/update-configurator-contracts
Updated configurator-contracts + updated branch-alias
2 parents e9a22b6 + 4719ffa commit 21834b6

File tree

2 files changed

+126
-60
lines changed

2 files changed

+126
-60
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"ext-json": "*",
1717
"nikic/php-parser": "^4.10",
1818
"symfony/config": "^5.2",
19-
"php-etl/fast-map-config": "^0.3.0",
20-
"php-etl/configurator-contracts": "^0.4.0",
19+
"php-etl/fast-map-config": "^0.4.0",
20+
"php-etl/configurator-contracts": "^0.5.0",
2121
"php-etl/packaging-contracts": "^0.1.1",
22-
"php-etl/satellite-toolbox": "^0.2.0"
22+
"php-etl/satellite-toolbox": "^0.3.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.0",
@@ -45,7 +45,7 @@
4545
},
4646
"extra": {
4747
"branch-alias": {
48-
"dev-main": "0.6.x-dev"
48+
"dev-main": "0.7.x-dev"
4949
},
5050
"gyroscops": {
5151
"plugins": ["Kiboko\\Plugin\\FastMap\\Service"]

0 commit comments

Comments
 (0)