Skip to content

Commit

Permalink
Merge pull request #3 from janyksteenbeek/f/js/added-laravel-6-support
Browse files Browse the repository at this point in the history
Added support for Laravel 6.0
  • Loading branch information
dees040 authored Sep 17, 2019
2 parents 53a87a3 + 826a00f commit 183d129
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
],
"license": "MIT",
"require": {
"php": ">=5.5.0",
"illuminate/http": "~5.0",
"illuminate/routing": "~5.0"
"illuminate/http": "~5.0|~6.0",
"illuminate/routing": "~5.0|~6.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0"
Expand Down

0 comments on commit 183d129

Please sign in to comment.