Skip to content

Commit 41217c9

Browse files
author
Andrey Helldar
authored
Laravel 5 support returned, but the code is written under php 7.2+
1 parent e8e24b9 commit 41217c9

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
@@ -4,7 +4,7 @@
44
"require": {
55
"php": "7.2",
66
"doctrine/annotations": "^1.0",
7-
"laravel/framework": "^6.0|^7.0|^8.0"
7+
"laravel/framework": "^5.0|^6.0|^7.0|^8.0"
88
},
99
"license": "MIT",
1010
"authors": [

0 commit comments

Comments
 (0)