Skip to content

Commit

Permalink
Laravel 5.7 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisio authored Sep 18, 2018
1 parent 3894d39 commit 0248384
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 23 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ matrix:
- LARAVEL_VERSION=5.6.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^7.0
- php: 7.1
env:
- LARAVEL_VERSION=5.7.*
- SYMFONY_VERSION=^4.1
- PHPUNIT_VERSION=^7.0
- php: 7.2
env:
- LARAVEL_VERSION=5.5.*
Expand All @@ -29,6 +34,11 @@ matrix:
- LARAVEL_VERSION=5.6.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^7.0
- php: 7.2
env:
- LARAVEL_VERSION=5.7.*
- SYMFONY_VERSION=^4.1
- PHPUNIT_VERSION=^7.0

install:
- composer require "laravel/framework:${LARAVEL_VERSION}" --no-update -n
Expand Down
19 changes: 0 additions & 19 deletions CHANGELOG.md

This file was deleted.

8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
],
"require": {
"php": "^7.1.3",
"illuminate/contracts": "5.5.*|5.6.*",
"illuminate/container": "5.5.*|5.6.*",
"illuminate/support": "5.5.*|5.6.*",
"illuminate/validation": "5.5.*|5.6.*",
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
"illuminate/container": "5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*",
"illuminate/validation": "5.5.*|5.6.*|5.7.*",
"twilio/sdk": "~5.19.0"
},
"require-dev": {
Expand Down

0 comments on commit 0248384

Please sign in to comment.