File tree Expand file tree Collapse file tree 2 files changed +379
-226
lines changed Expand file tree Collapse file tree 2 files changed +379
-226
lines changed Original file line number Diff line number Diff line change 20
20
"phpstan/phpstan" : " ^2.0.0" ,
21
21
"phpstan/phpstan-phpunit" : " ^2.0.0" ,
22
22
"phpstan/phpstan-symfony" : " ^2.0.0" ,
23
- "phpunit/phpunit" : " ^10.1 " ,
23
+ "phpunit/phpunit" : " ^11.0 " ,
24
24
"symfony/browser-kit" : " ^6.4" ,
25
25
"symfony/error-handler" : " ^6.4" ,
26
26
"symfony/http-client" : " ^6.4" ,
27
27
"symfony/monolog-bridge" : " ^6.4" ,
28
28
"symfony/monolog-bundle" : " ^3.8" ,
29
- "symfony/phpunit-bridge" : " ^6.4"
29
+ "symfony/phpunit-bridge" : " ^6.4" ,
30
+ "symfony/runtime" : " ^6.4"
30
31
},
31
32
"autoload" : {
32
33
"psr-4" : {
44
45
"php" : " 8.2"
45
46
},
46
47
"allow-plugins" : {
47
- "composer/package-versions-deprecated" : true
48
+ "composer/package-versions-deprecated" : true ,
49
+ "symfony/runtime" : true
48
50
}
49
51
},
50
52
"scripts" : {
You can’t perform that action at this time.
0 commit comments