Skip to content

Commit 0e72167

Browse files
author
Andrey Helldar
authored
Fixed php version requirement
1 parent f6078b8 commit 0e72167

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": "andrey-helldar/pretty-routes",
33
"description": "Pretty routes for Laravel 6+",
44
"require": {
5-
"php": "7.2",
5+
"php": "^7.2",
66
"doctrine/annotations": "^1.0",
77
"laravel/framework": "^5.0|^6.0|^7.0|^8.0"
88
},

0 commit comments

Comments
 (0)