File tree 3 files changed +12
-18
lines changed
3 files changed +12
-18
lines changed Original file line number Diff line number Diff line change 6
6
7
7
matrix :
8
8
include :
9
- - php : 7.1
10
- env : ILLUMINATE_VERSION=5.7.*
11
9
- php : 7.2
12
- env : ILLUMINATE_VERSION=5.7 .*
10
+ env : ILLUMINATE_VERSION=6 .*
13
11
- php : 7.3
14
- env : ILLUMINATE_VERSION=5.7.*
15
- - php : 7.1
16
- env : ILLUMINATE_VERSION=5.8.*
17
- - php : 7.2
18
- env : ILLUMINATE_VERSION=5.8.*
19
- - php : 7.3
20
- env : ILLUMINATE_VERSION=5.8.*
12
+ env : ILLUMINATE_VERSION=6.*
21
13
22
14
before_install : travis_retry composer require "illuminate/database:${ILLUMINATE_VERSION}" "illuminate/events:${ILLUMINATE_VERSION}" --no-update -v
23
15
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Laravel | Package
26
26
5.6.* | 3.0.*
27
27
5.7.* | 4.0.*
28
28
5.8.* | 5.0.*
29
+ 6.x | 6.0.*
29
30
30
31
## Code Samples
31
32
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"require" : {
14
- "php" : " ^7.1.3" ,
15
- "illuminate/support" : " ~5.7" ,
16
- "illuminate/console" : " ~5.7" ,
17
- "illuminate/database" : " ~5.7" ,
18
- "illuminate/auth" : " ~5.7" ,
19
- "illuminate/notifications" : " ~5.7"
14
+ "php" : " ^7.2" ,
15
+ "laravel/helpers" : " ^1.1.0" ,
16
+ "illuminate/support" : " ^6.0" ,
17
+ "illuminate/console" : " ^6.0" ,
18
+ "illuminate/database" : " ^6.0" ,
19
+ "illuminate/auth" : " ^6.0" ,
20
+ "illuminate/notifications" : " ^6.0"
20
21
},
21
22
"autoload" : {
22
23
"psr-4" : {
25
26
},
26
27
"require-dev" : {
27
28
"mockery/mockery" : " ^1.0" ,
28
- "phpunit/phpunit" : " ~7 .0" ,
29
- "orchestra/testbench" : " ^3.7 "
29
+ "phpunit/phpunit" : " ~8 .0" ,
30
+ "orchestra/testbench" : " ^4.0 "
30
31
},
31
32
"autoload-dev" : {
32
33
"psr-4" : {
You can’t perform that action at this time.
0 commit comments