File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ language: php
33php :
44 - 7.2
55 - 7.3
6+ - 8.0
67
78before_script :
89 - composer install --prefer-source --no-interaction
910 - composer dump-autoload
1011
1112script :
12- - vendor/bin/phpunit
13+ - vendor/bin/phpunit
Original file line number Diff line number Diff line change 2929 }
3030 },
3131 "require" : {
32- "php" : " ^7.1"
32+ "php" : " ^7.1|^8.0 "
3333 },
3434 "require-dev" : {
35- "illuminate/database" : " ^5.5|^6.0" ,
36- "orchestra/testbench" : " ^3.5|^4.0" ,
37- "orchestra/database" : " ^3.5|^4.0" ,
38- "phpunit/phpunit" : " ^6.3|^7.0|^8.0"
35+ "illuminate/database" : " ^5.5|^6.0|^8.20 " ,
36+ "orchestra/testbench" : " ^3.5|^4.0|^6.0 " ,
37+ "orchestra/database" : " ^3.5|^4.0|^5.0 " ,
38+ "phpunit/phpunit" : " ^6.3|^7.0|^8.0|^9.4 "
3939 },
4040 "scripts" : {
4141 "test" : " vendor/bin/phpunit"
You can’t perform that action at this time.
0 commit comments