Skip to content

Commit f73e158

Browse files
committed
Updated composer dependencies
1 parent 475bc14 commit f73e158

File tree

2 files changed

+224
-491
lines changed

2 files changed

+224
-491
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": "^8.2",
1616
"ext-json": "*",
17-
"nikic/php-parser": "^4.10",
17+
"nikic/php-parser": "^4.15",
1818
"symfony/config": "^6.0",
1919
"php-etl/fast-map-config": "*",
2020
"php-etl/packaging-contracts": "0.3.*",
@@ -24,12 +24,11 @@
2424
"require-dev": {
2525
"phpunit/phpunit": "^10.0",
2626
"phpunit/php-invoker": "*",
27-
"php-etl/bucket": "*",
28-
"php-etl/phpunit-extension": "*",
29-
"friendsofphp/php-cs-fixer": "^3.0",
27+
"php-etl/phpunit-extension": "0.7.*",
28+
"friendsofphp/php-cs-fixer": "^3.38",
3029
"phpstan/phpstan": "^1.10",
3130
"rector/rector": "^0.15",
32-
"infection/infection": "^0.26.19"
31+
"infection/infection": "^0.26"
3332
},
3433
"autoload": {
3534
"psr-4": {

0 commit comments

Comments
 (0)