Skip to content

Commit bde145c

Browse files
authored
support Laravel 10.0 (#466)
1 parent c36e664 commit bde145c

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
@@ -10,11 +10,11 @@
1010
}
1111
],
1212
"require": {
13-
"illuminate/container": "^8.0 || ^9.0",
13+
"illuminate/container": "^8.0|^9.0|^10.0",
1414
"w7corp/easywechat": "^6.0.0"
1515
},
1616
"require-dev": {
17-
"laravel/framework": "^9.0",
17+
"laravel/framework": "^9.0|^10.0",
1818
"friendsofphp/php-cs-fixer": "^3.1",
1919
"jetbrains/phpstorm-attributes": "^1.0"
2020
},

0 commit comments

Comments
 (0)