File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
nbproject
9
9
composer.lock
10
10
docs /html
11
+ .phpunit.result.cache
Original file line number Diff line number Diff line change 16
16
],
17
17
"require" : {
18
18
"php" : " ^7.1 || ^8.0" ,
19
- "friendsofphp/php-cs-fixer" : " ^2.17 .1"
19
+ "friendsofphp/php-cs-fixer" : " ^3 .1"
20
20
},
21
21
"require-dev" : {
22
- "phpunit/phpunit" : " ^7.5 || ^ 9.5" ,
22
+ "phpunit/phpunit" : " ^9.5" ,
23
23
"satooshi/php-coveralls" : " ^1.0"
24
24
},
25
25
"autoload" : {
Original file line number Diff line number Diff line change 8
8
convertWarningsToExceptions =" true"
9
9
processIsolation =" false"
10
10
stopOnFailure =" false"
11
- syntaxCheck =" false"
12
11
bootstrap =" vendor/autoload.php"
13
12
>
14
13
<testsuite name =" Prooph CS Fixer Config Test Suite" >
15
14
<directory >./tests</directory >
16
15
</testsuite >
17
16
18
- <filter >
19
- <whitelist >
17
+ <coverage >
18
+ <include >
20
19
<directory >./src/</directory >
21
- </whitelist >
22
- </filter >
20
+ </include >
21
+ </coverage >
23
22
</phpunit >
You can’t perform that action at this time.
0 commit comments