Skip to content

Commit 7e08c95

Browse files
committed
Update phpunit
1 parent 81bc31d commit 7e08c95

File tree

2 files changed

+379
-226
lines changed

2 files changed

+379
-226
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@
2020
"phpstan/phpstan": "^2.0.0",
2121
"phpstan/phpstan-phpunit": "^2.0.0",
2222
"phpstan/phpstan-symfony": "^2.0.0",
23-
"phpunit/phpunit": "^10.1",
23+
"phpunit/phpunit": "^11.0",
2424
"symfony/browser-kit": "^6.4",
2525
"symfony/error-handler": "^6.4",
2626
"symfony/http-client": "^6.4",
2727
"symfony/monolog-bridge": "^6.4",
2828
"symfony/monolog-bundle": "^3.8",
29-
"symfony/phpunit-bridge": "^6.4"
29+
"symfony/phpunit-bridge": "^6.4",
30+
"symfony/runtime": "^6.4"
3031
},
3132
"autoload": {
3233
"psr-4": {
@@ -44,7 +45,8 @@
4445
"php": "8.2"
4546
},
4647
"allow-plugins": {
47-
"composer/package-versions-deprecated": true
48+
"composer/package-versions-deprecated": true,
49+
"symfony/runtime": true
4850
}
4951
},
5052
"scripts": {

0 commit comments

Comments
 (0)