Skip to content

Commit 3380b2b

Browse files
committed
Support Laravel 9 and 10
1 parent bc332c5 commit 3380b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
],
2424
"require": {
2525
"php": ">=7.4",
26-
"illuminate/support": "^5.0|^6.0|^7.0|^8.0"
26+
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
2727
},
2828
"require-dev": {
2929
"swoole/ide-helper": "@dev",
30-
"laravel/framework": "^8.1"
30+
"laravel/framework": "^10.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)