Skip to content

Commit 0b0bb7c

Browse files
authored
Merge pull request #26 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents ba64767 + 8109c52 commit 0b0bb7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
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.*"
6+
"laravel/framework": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0"
77
},
88
"license": "MIT",
99
"autoload": {
@@ -23,4 +23,3 @@
2323
}
2424
]
2525
}
26-

0 commit comments

Comments
 (0)