Skip to content

Commit 84e2282

Browse files
committed
Supporting Laravel 5.4
1 parent 6a78a0c commit 84e2282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"require": {
1717
"php": ">=7.0.0",
18-
"illuminate/support": "5.1.* || 5.3.*",
19-
"illuminate/routing": "5.1.* || 5.3.*"
18+
"illuminate/support": "5.1.* || 5.3.* || 5.4.*",
19+
"illuminate/routing": "5.1.* || 5.3.* || 5.4.*"
2020
}
2121
}

0 commit comments

Comments
 (0)