Skip to content

Commit 9ec7071

Browse files
author
Mads Møller
authored
Added support for Laravel 6
1 parent 1e6b2cf commit 9ec7071

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
@@ -24,8 +24,8 @@
2424
},
2525
"require": {
2626
"php": ">=7.1.3",
27-
"illuminate/routing": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
28-
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
27+
"illuminate/routing": "~5.6.0|~5.7.0|~5.8.0|^6.0",
28+
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0",
2929
"napp/aclcore": "~1.0"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)