Skip to content

Commit 2fef25d

Browse files
authored
Merge pull request #9 from php-etl/feature/update-configurator-contracts
Updated php-etl dependencies
2 parents 22de565 + 08fcdfc commit 2fef25d

File tree

2 files changed

+81
-77
lines changed

2 files changed

+81
-77
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"nikic/php-parser": "^4.10",
1717
"symfony/config": "^5.2",
1818
"symfony/expression-language": "^5.2",
19-
"php-etl/configurator-contracts": "^0.4.0",
20-
"php-etl/satellite-toolbox": "^0.2.0",
21-
"php-etl/fast-map-plugin": "^0.6.0"
19+
"php-etl/configurator-contracts": "^0.5.0",
20+
"php-etl/satellite-toolbox": "^0.3.0",
21+
"php-etl/fast-map-plugin": "^0.7.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^9.0",
25-
"php-etl/phpunit-extension": "^0.2.0",
25+
"php-etl/phpunit-extension": "^0.4.0",
2626
"adlawson/vfs": "^0.12.1",
2727
"phpstan/phpstan": "^0.12.93",
2828
"php-etl/sql-flow": "^0.1.0",
@@ -40,7 +40,7 @@
4040
},
4141
"extra": {
4242
"branch-alias": {
43-
"dev-main": "0.2.x-dev"
43+
"dev-main": "0.3.x-dev"
4444
},
4545
"gyroscops": {
4646
"plugins": ["Kiboko\\Plugin\\SQL\\Service"]

0 commit comments

Comments
 (0)