File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 14
14
},
15
15
"require-dev" : {
16
16
"phing/phing" : " ^3.0.1" ,
17
- "phpunit/phpunit" : " ^11.0 "
17
+ "phpunit/phpunit" : " ^11.5.22 "
18
18
},
19
19
"autoload" : {
20
20
"psr-4" : {
Original file line number Diff line number Diff line change 6
6
displayDetailsOnTestsThatTriggerNotices =" true"
7
7
displayDetailsOnTestsThatTriggerWarnings =" true"
8
8
displayDetailsOnPhpunitDeprecations =" true" >
9
- <testsuites >
10
- <testsuite name =" default" >
11
- <directory >test</directory >
12
- </testsuite >
13
- </testsuites >
9
+ <testsuites >
10
+ <testsuite name =" default" >
11
+ <directory >test</directory >
12
+ </testsuite >
13
+ </testsuites >
14
14
15
- <source ignoreIndirectDeprecations =" true" restrictNotices =" true" restrictWarnings =" true" >
16
- <include >
17
- <directory >src</directory >
18
- </include >
19
- </source >
15
+ <source ignoreIndirectDeprecations =" true" restrictNotices =" true" restrictWarnings =" true" >
16
+ <include >
17
+ <directory >src</directory >
18
+ </include >
19
+ </source >
20
20
</phpunit >
You can’t perform that action at this time.
0 commit comments