This repository was archived by the owner on Apr 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +15
-9
lines changed
Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ matrix:
1313 - php : 7.3
1414 - php : 7.3
1515 env : SETUP=lowest
16+ - php : 7.4
17+ - php : 7.4
18+ env : SETUP=lowest
1619
1720sudo : false
1821
Original file line number Diff line number Diff line change 1- 2.3 .0
1+ 2.4 .0
Original file line number Diff line number Diff line change 1212 {
1313 "name" : " Jimmy Puckett" ,
141415+ },
16+ {
17+ "name" : " Stephen Finney" ,
18+ 1519 }
1620 ],
1721 "require" : {
1822 "php" : " >=7.2" ,
19- "illuminate/console" : " ~5.5|~6" ,
20- "illuminate/database" : " ~5.5|~6" ,
21- "illuminate/support" : " ~5.5|~6" ,
23+ "illuminate/console" : " ~5.5|~6|~7 " ,
24+ "illuminate/database" : " ~5.5|~6|~7 " ,
25+ "illuminate/support" : " ~5.5|~6|~7 " ,
2226 "nesbot/carbon" : " ~1.20|^2.0" ,
2327 "psr/log" : " ^1.0"
2428 },
2529 "require-dev" : {
26- "mockery/mockery" : " ^1" ,
27- "phpunit/phpunit" : " ~7.0.1|~8 .0" ,
28- "psy/psysh" : " ^0.9.9 " ,
30+ "mockery/mockery" : " ^1.3.1 " ,
31+ "phpunit/phpunit" : " ^8.4|^9 .0" ,
32+ "psy/psysh" : " ^0.10 " ,
2933 "symfony/thanks" : " ^1.1" ,
3034 "symfony/var-dumper" : " ~3.0|^4.2"
3135 },
Original file line number Diff line number Diff line change 1414 convertErrorsToExceptions =" true"
1515 convertNoticesToExceptions =" true"
1616 convertWarningsToExceptions =" true"
17- processIsolation =" true "
17+ processIsolation =" false "
1818 stopOnFailure =" false"
1919 verbose =" true" >
2020
4747 showOnlySummary =" true"
4848 showUncoveredFiles =" false" />
4949 <log type =" coverage-clover" target =" build/phpunit/logs/clover.xml" />
50- <log type =" json" target =" ./build/phpunit/logs/logfile.json" />
5150 <log type =" junit" target =" ./build/phpunit/logs/junit.xml" />
5251 </logging >
5352</phpunit >
You can’t perform that action at this time.
0 commit comments