Skip to content

Commit 2926aed

Browse files
committed
Updated dependencies
1 parent 987d92f commit 2926aed

File tree

2 files changed

+176
-274
lines changed

2 files changed

+176
-274
lines changed

composer.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,23 @@
1313
"prefer-stable": true,
1414
"require": {
1515
"php": "^8.2",
16-
"ext-json": "*",
1716
"nikic/php-parser": "^4.10",
18-
"symfony/config": "^5.2 || ^6.0",
19-
"php-etl/configurator-contracts": "^0.6@dev",
20-
"php-etl/satellite-toolbox": "^0.4@dev",
21-
"php-etl/packaging-contracts": "^0.2@dev"
17+
"symfony/config": "^6.0",
18+
"php-etl/configurator-contracts": "^0.7.0",
19+
"php-etl/satellite-toolbox": "^0.5.0",
20+
"php-etl/packaging-contracts": "^0.3.0"
2221
},
2322
"require-dev": {
24-
"symfony/yaml": "^5.2",
25-
"adlawson/vfs": "dev-develop",
26-
"phpunit/phpunit": "^9.5 || ^10.0",
27-
"php-etl/phpunit-extension": "^0.5@dev",
28-
"php-etl/spreadsheet-flow": "^0.2@dev",
29-
"php-etl/bucket-contracts": "^0.2@dev",
30-
"php-etl/pipeline-contracts": "^0.4@dev",
23+
"symfony/yaml": "^6.0",
24+
"phpunit/phpunit": "^10.0",
25+
"php-etl/bucket-contracts": "^0.2.0",
26+
"php-etl/pipeline-contracts": "^0.4.0",
3127
"friendsofphp/php-cs-fixer": "^3.0",
3228
"phpstan/phpstan": "^1.10",
3329
"infection/infection": "^0.26.18",
34-
"rector/rector": "^0.15"
30+
"rector/rector": "^0.15",
31+
"php-etl/phpunit-extension": "^0.5.0",
32+
"php-etl/spreadsheet-flow": "^0.2.0"
3533
},
3634
"autoload": {
3735
"psr-4": {

0 commit comments

Comments
 (0)