We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e57db6 commit ed47484Copy full SHA for ed47484
composer.json
@@ -18,15 +18,15 @@
18
"require": {
19
"php": "^8.0",
20
"guzzlehttp/guzzle": "^7.5",
21
- "illuminate/contracts": "^9.0|^10.0",
22
- "illuminate/http": "^9.30|^10.0",
+ "illuminate/contracts": "^9.0|^10.0|^11.0",
+ "illuminate/http": "^9.30|^10.0|^11.0",
23
"lcobucci/jwt": "^5.1.0",
24
"spatie/laravel-package-tools": "^1.14.0"
25
},
26
"require-dev": {
27
"laravel/pint": "^1.0",
28
- "nunomaduro/collision": "^6.0|^7.9",
29
- "nunomaduro/larastan": "^2.0.1",
+ "nunomaduro/collision": "^6.0|^7.9|^8.1",
+ "larastan/larastan": "^2.0.1",
30
"orchestra/testbench": "^7.0|^8.0",
31
"pestphp/pest": "^1.0|^2.0",
32
"pestphp/pest-plugin-laravel": "^1.1|^2.0",
0 commit comments