Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 8599ae6

Browse files
Merge pull request #3 from Schnoop/patch-1
Release for Laravel 5.7
2 parents 1836984 + f0e447d commit 8599ae6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,16 @@ matrix:
1818
env: ILLUMINATE_VERSION=5.5.*
1919
- php: 7.1
2020
env: ILLUMINATE_VERSION=5.6.*
21+
- php: 7.1
22+
env: ILLUMINATE_VERSION=5.7.*
2123
- php: 7.2
2224
env: ILLUMINATE_VERSION=5.4.*
2325
- php: 7.2
2426
env: ILLUMINATE_VERSION=5.5.*
2527
- php: 7.2
2628
env: ILLUMINATE_VERSION=5.6.*
29+
- php: 7.2
30+
env: ILLUMINATE_VERSION=5.7.*
2731

2832
before_install: travis_retry composer require "illuminate/database:${ILLUMINATE_VERSION}" "illuminate/events:${ILLUMINATE_VERSION}" --no-update -v
2933

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "A package to override Laravel migrations to more efficiently store UUID fields in your database",
44
"type": "utility",
55
"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.*"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "~5.7",

0 commit comments

Comments
 (0)