We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eec7558 + a95fc39 commit ed72e71Copy full SHA for ed72e71
1 file changed
composer.json
@@ -34,13 +34,13 @@
34
"require": {
35
"php": "8.2.*|8.3.*|8.4.*|8.5.*",
36
"guzzlehttp/guzzle": "^7.8",
37
- "illuminate/contracts": "^12.0",
+ "illuminate/contracts": "^12.0|^13.0",
38
"symfony/psr-http-message-bridge": "^7.0"
39
},
40
"require-dev": {
41
"laravel/pint": "^1.21",
42
- "larastan/larastan": "^v3.1",
43
- "orchestra/testbench": "^10.0",
+ "larastan/larastan": "^v3.1 || ^v3.9.3",
+ "orchestra/testbench": "^10.0|^11.0",
44
"pestphp/pest": "^4.0",
45
"phpstan/extension-installer": "^1.4",
46
"phpstan/phpstan-deprecation-rules": "^2.0",
0 commit comments