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 d5d3585 commit 4c13c64Copy full SHA for 4c13c64
composer.json
@@ -26,7 +26,7 @@
26
"require": {
27
"php": "^8.2",
28
"guzzlehttp/guzzle": "^7.8",
29
- "illuminate/contracts": "^10.0",
+ "illuminate/contracts": "^10.0|^11.0",
30
"nesbot/carbon": "^2.72",
31
"saloonphp/cache-plugin": "^3.0",
32
"saloonphp/saloon": "^3.4",
@@ -36,7 +36,7 @@
36
"require-dev": {
37
"laravel/pint": "^1.13",
38
"nunomaduro/larastan": "^2.8",
39
- "orchestra/testbench": "^8.20",
+ "orchestra/testbench": "^8.20|^9.0",
40
"pestphp/pest": "^2.31",
41
"phpstan/extension-installer": "^1.3",
42
"phpstan/phpstan-deprecation-rules": "^1.1",
0 commit comments