File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11language : php
2- dist : trusty
2+ dist : xenial
33sudo : false
44
55matrix :
66 include :
7- - php : " 7.3"
7+ - php : 7.3
88 env :
99 - LARAVEL_VERSION=^8.0
1010 - PHPUNIT_VERSION=^9.0
11- - php : " 7.4"
11+ - php : 7.4
12+ env :
13+ - LARAVEL_VERSION=^8.0
14+ - PHPUNIT_VERSION=^9.0
15+ - php : 8.0snapshot
1216 env :
1317 - LARAVEL_VERSION=^8.0
1418 - PHPUNIT_VERSION=^9.0
Original file line number Diff line number Diff line change 2222 }
2323 ],
2424 "require" : {
25- "php" : " ^7.3" ,
25+ "php" : " ^7.3|^8.0 " ,
2626 "ext-json" : " *" ,
2727 "illuminate/console" : " ^8.0" ,
2828 "illuminate/contracts" : " ^8.0" ,
4141 "cloudcreativity/json-api-testing" : " ^3.1" ,
4242 "guzzlehttp/guzzle" : " ^7.0" ,
4343 "laravel/legacy-factories" : " ^1.0.4" ,
44- "laravel/ui" : " ^2 .0" ,
44+ "laravel/ui" : " ^3 .0" ,
4545 "mockery/mockery" : " ^1.1" ,
4646 "orchestra/testbench" : " ^6.0" ,
4747 "phpunit/phpunit" : " ^9.0"
You can’t perform that action at this time.
0 commit comments