File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11
11
matrix :
12
12
fast_finish : true
13
13
include :
14
- - php : 7.2
15
- env : LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.* PHPUNIT_VERSION=~7.0
16
14
- php : 7.2
17
15
env : LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
16
+ - php : 7.2
17
+ env : LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~8.0
18
18
19
- - php : 7.3
20
- env : LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.* PHPUNIT_VERSION=~7.0
21
19
- php : 7.3
22
20
env : LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
21
+ - php : 7.3
22
+ env : LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~8.0
23
23
24
- - php : 7.4
25
- env : LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.* PHPUNIT_VERSION=~7.0
26
24
- php : 7.4
27
25
env : LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
26
+ - php : 7.4
27
+ env : LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~8.0
28
28
29
29
before_install :
30
30
- travis_retry composer self-update
Original file line number Diff line number Diff line change 19
19
],
20
20
"require" : {
21
21
"php" : " ^7.2" ,
22
- "illuminate/contracts" : " 5.8.*|^6 .0" ,
23
- "illuminate/http" : " 5.8.*|^6 .0" ,
24
- "illuminate/support" : " 5.8.*|^6 .0"
22
+ "illuminate/contracts" : " ^6.0|^7 .0" ,
23
+ "illuminate/http" : " ^6.0|^7 .0" ,
24
+ "illuminate/support" : " ^6.0|^7 .0"
25
25
},
26
26
"require-dev" : {
27
- "orchestra/testbench" : " 3.8.*|^4 .0" ,
28
- "phpunit/phpunit" : " ^7.0|^ 8.0"
27
+ "orchestra/testbench" : " ^4.0|^5 .0" ,
28
+ "phpunit/phpunit" : " ^8.0"
29
29
},
30
30
"autoload" : {
31
31
"psr-4" : {
You can’t perform that action at this time.
0 commit comments