File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 8
8
- 7.1
9
9
- 7.2
10
10
- 7.3
11
+ - 7.4
12
+ - 8.0snapshot
11
13
12
14
matrix :
13
15
include :
Original file line number Diff line number Diff line change 14
14
}
15
15
},
16
16
"require" : {
17
- "php" : " ~ 7.1" ,
17
+ "php" : " ^ 7.1 || ^8.0 " ,
18
18
"php-di/php-di" : " ^6.0.0" ,
19
19
"php-di/invoker" : " ^2.0.0" ,
20
20
"slim/slim" : " ^4.2.0"
21
21
},
22
22
"require-dev" : {
23
- "phpunit/phpunit " : " ~6.0 " ,
24
- "zendframework/zend-diactoros " : " ^2.1 "
23
+ "laminas/laminas-diactoros " : " ^2.1 " ,
24
+ "phpunit/phpunit " : " >= 7.0 < 10 "
25
25
}
26
26
}
Original file line number Diff line number Diff line change 3
3
convertErrorsToExceptions =" true"
4
4
convertNoticesToExceptions =" true"
5
5
convertWarningsToExceptions =" true"
6
- bootstrap =" ./vendor/autoload.php" >
6
+ bootstrap =" ./vendor/autoload.php"
7
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
8
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
7
9
8
10
<testsuites >
9
11
<testsuite name =" Test suite" >
10
12
<directory >./tests/</directory >
11
13
</testsuite >
12
14
</testsuites >
13
15
14
- <filter >
15
- <whitelist processUncoveredFilesFromWhitelist = " true " >
16
+ <coverage processUncoveredFiles = " true " >
17
+ <include >
16
18
<directory suffix =" .php" >src</directory >
17
- </whitelist >
18
- </filter >
19
+ </include >
20
+ </coverage >
19
21
20
22
</phpunit >
You can’t perform that action at this time.
0 commit comments