Skip to content

Commit

Permalink
Authorize Laravel 5.3 and 5.4 (#474)
Browse files Browse the repository at this point in the history
Currently configuration fails with Laravel 5.4.*.
  • Loading branch information
frantzmiccoli authored and Marc Cámara committed Aug 8, 2017
1 parent 3babfca commit 5f7e0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.6.0",
"laravel/framework": "~5.2"
"laravel/framework": "~5.2, ~5.3, ~5.4"
},
"require-dev": {
"orchestra/testbench-browser-kit": "~3.4",
Expand Down

0 comments on commit 5f7e0e6

Please sign in to comment.