Skip to content

Commit

Permalink
Add Support for Laravel 6.0 (#118)
Browse files Browse the repository at this point in the history
Add Support for Laravel 6.0
  • Loading branch information
bweston92 authored Sep 16, 2019
2 parents 851dd68 + 18eadd6 commit 44e8d1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": ">=4.1 <6.0"
"illuminate/support": ">=4.1 <7.0",
"laravel/helpers": ">=1.0.0"
},
"suggest": {
"illuminate/filesystem": "Save settings to a JSON file.",
Expand All @@ -19,7 +20,7 @@
"require-dev": {
"phpunit/phpunit": ">=4.8, <6",
"mockery/mockery": "0.9.*",
"laravel/framework": ">=4.1 <6.0"
"laravel/framework": ">=4.1"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 44e8d1a

Please sign in to comment.