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

Commit

Permalink
Laravel 5.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
percymamedy committed May 2, 2018
1 parent f7d0cc7 commit d6a456e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2

Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@
}
],
"require": {
"php": ">=5.6.0",
"php": "^7.1.3",
"doctrine/annotations": "~1.4",
"doctrine/cache": "^1.6",
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.4.*|5.5.*",
"symfony/finder": "^3.3"
"illuminate/support": "~5.6",
"symfony/finder": "^4.0"
},
"require-dev": {
"orchestra/testbench": "~3.0",
"phpunit/phpunit": "~5.7"
"orchestra/testbench": "~3.6"
},
"autoload": {
"psr-4": {
Expand All @@ -32,7 +31,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
"dev-master": "0.3.x-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit d6a456e

Please sign in to comment.