File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 fail-fast : false
1414 matrix :
15- php : [7.4, 7.3]
16- laravel : [^8.0 ]
15+ php : [8.0, 7.4, 7.3]
16+ laravel : [^8.12 ]
1717 dependency-version : [prefer-lowest, prefer-stable]
1818 os : [ubuntu-latest]
1919
Original file line number Diff line number Diff line change 33 "description" : " Cascading deletes for Eloquent models that implement soft deletes" ,
44 "type" : " utility" ,
55 "require" : {
6- "php" : " ^7.3" ,
7- "illuminate/database" : " ^8.0 " ,
8- "illuminate/events" : " ^8.0 "
6+ "php" : " ^7.3|^8.0 " ,
7+ "illuminate/database" : " ^8.12 " ,
8+ "illuminate/events" : " ^8.12 "
99 },
1010 "require-dev" : {
1111 "phpunit/phpunit" : " ^9.3"
Original file line number Diff line number Diff line change 99 convertWarningsToExceptions =" true"
1010 processIsolation =" false"
1111 stopOnFailure =" false"
12+ testdox =" true"
1213 xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
1314>
1415 <coverage >
You can’t perform that action at this time.
0 commit comments