Skip to content

Commit 5f7e0e6

Browse files
frantzmiccoliMarc Cámara
authored and
Marc Cámara
committed
Authorize Laravel 5.3 and 5.4 (#474)
Currently configuration fails with Laravel 5.4.*.
1 parent 3babfca commit 5f7e0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.6.0",
16-
"laravel/framework": "~5.2"
16+
"laravel/framework": "~5.2, ~5.3, ~5.4"
1717
},
1818
"require-dev": {
1919
"orchestra/testbench-browser-kit": "~3.4",

0 commit comments

Comments
 (0)