Skip to content

Commit 231bb17

Browse files
Merge pull request #9 from guanguans/patch-1
Support Laravel 10
2 parents 349b24d + d52564e commit 231bb17

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
@@ -18,8 +18,8 @@
1818
],
1919
"require": {
2020
"php": "^7.3|^8.0|^8.1",
21-
"illuminate/support": "^8.12||^9",
22-
"illuminate/database": "^8.40||^9",
21+
"illuminate/support": "^8.12||^9||^10.0",
22+
"illuminate/database": "^8.40||^9||^10.0",
2323
"phpseclib/phpseclib": "~2.0"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)