File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed
Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.6
5- - 7.0
64 - 7.1
75 - 7.2
86 - 7.3
Original file line number Diff line number Diff line change 2020 }
2121 },
2222 "require-dev" : {
23- "phpunit/phpunit" : " 5.7.* " ,
23+ "phpunit/phpunit" : " ^7 " ,
2424 "php-coveralls/php-coveralls" : " 2.1.0"
2525 },
2626 "scripts" : {
Original file line number Diff line number Diff line change 1- <phpunit
2- backupGlobals =" false"
3- backupStaticAttributes =" false"
4- colors =" true"
5- convertErrorsToExceptions =" true"
6- convertNoticesToExceptions =" true"
7- convertWarningsToExceptions =" true"
8- processIsolation =" false"
9- stopOnFailure =" false"
10- syntaxCheck =" false" >
1+ <phpunit colors =" true" >
112 <testsuites >
123 <testsuite name =" Test-WriteiniFile" >
134 <directory suffix =" Test.php" >tests</directory >
You can’t perform that action at this time.
0 commit comments