File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
],
16
16
"require" : {
17
17
"php" : " ^7.4 || ^8.0" ,
18
- "psr/log" : " ^1.1" ,
18
+ "psr/log" : " ^1.1 || ^2.0 " ,
19
19
"symfony/console" : " ^4.4 || ^5.4 || ^6.0" ,
20
20
"symfony/dependency-injection" : " ^4.4 || ^5.4 || ^6.0" ,
21
21
"symfony/process" : " ^4.4 || ^5.4 || ^6.0" ,
26
26
"bamarni/composer-bin-plugin" : " ^1.8" ,
27
27
"ergebnis/composer-normalize" : " ^2.28" ,
28
28
"phpstan/phpstan" : " ^1.8" ,
29
- "phpunit/phpunit" : " ^8.4 " ,
29
+ "phpunit/phpunit" : " ^9.0 " ,
30
30
"symfony/framework-bundle" : " ^4.4 || ^5.4 || ^6.0"
31
31
},
32
32
"autoload" : {
Original file line number Diff line number Diff line change 14
14
</testsuite >
15
15
</testsuites >
16
16
17
- <filter >
18
- <whitelist >
17
+ <coverage >
18
+ <exclude >
19
19
<directory suffix =" .php" >src/</directory >
20
- </whitelist >
21
- </filter >
20
+ </exclude >
21
+ </coverage >
22
22
23
23
</phpunit >
You can’t perform that action at this time.
0 commit comments