Skip to content

Commit 422ace4

Browse files
committed
Add support for Laravel v11, and drop support for Laravel v9
1 parent 59d0321 commit 422ace4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
"require": {
4747
"php": "^8.1.0",
4848
"guzzlehttp/guzzle": "^7.4.0",
49-
"illuminate/support": "^9.0.0 || ^10.0.0",
49+
"illuminate/support": "^10.0.0 || ^11.0.0",
5050
"rinvex/authy": "^7.0.0"
5151
},
5252
"require-dev": {
5353
"codedungeon/phpunit-result-printer": "^0.32.0",
54-
"illuminate/container": "^9.0.0 || ^10.0.0",
54+
"illuminate/container": "^10.0.0 || ^11.0.0",
5555
"phpunit/phpunit": "^10.1.0"
5656
},
5757
"autoload": {

0 commit comments

Comments
 (0)