This repository was archived by the owner on Jan 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,16 @@ matrix:
18
18
env : ILLUMINATE_VERSION=5.5.*
19
19
- php : 7.1
20
20
env : ILLUMINATE_VERSION=5.6.*
21
+ - php : 7.1
22
+ env : ILLUMINATE_VERSION=5.7.*
21
23
- php : 7.2
22
24
env : ILLUMINATE_VERSION=5.4.*
23
25
- php : 7.2
24
26
env : ILLUMINATE_VERSION=5.5.*
25
27
- php : 7.2
26
28
env : ILLUMINATE_VERSION=5.6.*
29
+ - php : 7.2
30
+ env : ILLUMINATE_VERSION=5.7.*
27
31
28
32
before_install : travis_retry composer require "illuminate/database:${ILLUMINATE_VERSION}" "illuminate/events:${ILLUMINATE_VERSION}" --no-update -v
29
33
Original file line number Diff line number Diff line change 3
3
"description" : " A package to override Laravel migrations to more efficiently store UUID fields in your database" ,
4
4
"type" : " utility" ,
5
5
"require" : {
6
- "php" : " >=5.6.4 || >= 7.0" ,
7
- "illuminate/container" : " 5.4.* || 5.5.* || 5.6.*" ,
8
- "illuminate/database" : " 5.4.* || 5.5.* || 5.6.*"
6
+ "php" : " >=5.6.4 || >= 7.0 || ^7.1.3 " ,
7
+ "illuminate/container" : " 5.4.* || 5.5.* || 5.6.* || 5.7.* " ,
8
+ "illuminate/database" : " 5.4.* || 5.5.* || 5.6.* || 5.7.* "
9
9
},
10
10
"require-dev" : {
11
11
"phpunit/phpunit" : " ~5.7" ,
You can’t perform that action at this time.
0 commit comments