Skip to content

Commit

Permalink
Set minimum compatibility to Laravel 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiCollin committed Feb 8, 2018
1 parent 1706e53 commit 02e5cec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -8,7 +8,7 @@ php:
matrix:
fast_finish: true
exclude:
- php: '7.0'
- php: 7.0
env: LARAVEL_VERSION=5.6.*

before_script:
Expand All @@ -21,6 +21,5 @@ script:
- vendor/bin/phpunit

env:
- LARAVEL_VERSION=5.4.*
- LARAVEL_VERSION=5.5.*
- LARAVEL_VERSION=5.6.*
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -19,9 +19,9 @@
],
"require": {
"php": ">=7.0.0",
"illuminate/database": "5.4.*|5.5.*|5.6.*",
"illuminate/events": "5.4.*|5.5.*|5.6.*",
"illuminate/pagination": "5.4.*|5.5.*|5.6.*",
"illuminate/database": "5.5.*|5.6.*",
"illuminate/events": "5.5.*|5.6.*",
"illuminate/pagination": "5.5.*|5.6.*",
"doctrine/instantiator": "^1.0.0",
"ocramius/proxy-manager": "^2.0.0",
"ocramius/generated-hydrator": "^2.0.0",
Expand All @@ -30,7 +30,7 @@
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"laravel/laravel": "5.4.*|5.5.*|5.6.*",
"laravel/laravel": "5.5.*|5.6.*",
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"symfony/css-selector": "2.8.*|3.0.*|4.0.*",
Expand Down

0 comments on commit 02e5cec

Please sign in to comment.