Skip to content

Commit ed47484

Browse files
committed
feat: add support for Laravel 11
1 parent 6e57db6 commit ed47484

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"require": {
1919
"php": "^8.0",
2020
"guzzlehttp/guzzle": "^7.5",
21-
"illuminate/contracts": "^9.0|^10.0",
22-
"illuminate/http": "^9.30|^10.0",
21+
"illuminate/contracts": "^9.0|^10.0|^11.0",
22+
"illuminate/http": "^9.30|^10.0|^11.0",
2323
"lcobucci/jwt": "^5.1.0",
2424
"spatie/laravel-package-tools": "^1.14.0"
2525
},
2626
"require-dev": {
2727
"laravel/pint": "^1.0",
28-
"nunomaduro/collision": "^6.0|^7.9",
29-
"nunomaduro/larastan": "^2.0.1",
28+
"nunomaduro/collision": "^6.0|^7.9|^8.1",
29+
"larastan/larastan": "^2.0.1",
3030
"orchestra/testbench": "^7.0|^8.0",
3131
"pestphp/pest": "^1.0|^2.0",
3232
"pestphp/pest-plugin-laravel": "^1.1|^2.0",

0 commit comments

Comments
 (0)