Skip to content

Commit d79b5ae

Browse files
authored
Merge pull request #27 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 8663bfe + 71a3068 commit d79b5ae

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
@@ -3,7 +3,7 @@
33
"description": "Powerful RestAPI plugin for Laravel framework",
44
"type": "library",
55
"require": {
6-
"laravel/framework": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|10.*"
6+
"laravel/framework": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|10.*|^11.0"
77
},
88
"license": "MIT",
99
"autoload": {

0 commit comments

Comments
 (0)