Skip to content

Commit 8791b97

Browse files
authored
Merge pull request #53 from TJVB/laravel_5.8_support
Add support for Laravel 5.8
2 parents ab998a0 + 7eb014a commit 8791b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "garygreen/pretty-routes",
33
"description": "Pretty routes for Laravel 5.",
44
"require": {
5-
"laravel/framework": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
5+
"laravel/framework": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
66
},
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)