Skip to content

Commit

Permalink
Supports Laravel 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
percymamedy committed May 2, 2018
1 parent 17354ee commit 4ed933f
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 @@ -16,13 +16,12 @@
}
],
"require": {
"php": ">=5.6.0",
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.4.*|5.5.*",
"larachimp/pine-annotations": "0.1.*"
"php": "^7.1.3",
"illuminate/support": "5.6.*",
"larachimp/pine-annotations": "0.2.*"
},
"require-dev": {
"orchestra/testbench": "~3.0",
"phpunit/phpunit": "~5.7"
"orchestra/testbench": "~3.6"
},
"autoload": {
"psr-4": {
Expand All @@ -36,7 +35,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.3.x-dev"
"dev-master": "0.4.x-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 4ed933f

Please sign in to comment.