Skip to content

Commit 5fb98b9

Browse files
PawelDmochowskiMarc Cámara
authored and
Marc Cámara
committed
support Laravel 5.6 (#525)
Unlocking Laravel 5.6 doesn't seem to break anything.
1 parent 611b78e commit 5fb98b9

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": ">=7.0.0",
16-
"laravel/framework": "~5.2||~5.3||~5.4||~5.5"
16+
"laravel/framework": "~5.2||~5.3||~5.4||~5.5||~5.6"
1717
},
1818
"require-dev": {
1919
"orchestra/testbench-browser-kit": "~3.4",

0 commit comments

Comments
 (0)