We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f9b7e commit a51ce36Copy full SHA for a51ce36
composer.json
@@ -19,14 +19,14 @@
19
"require": {
20
"php": "^8.1",
21
"spatie/laravel-package-tools": "^1.13.0",
22
- "illuminate/contracts": "^9.0|^10.0|^11.0",
+ "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
23
"guzzlehttp/guzzle": "^7.0"
24
},
25
"require-dev": {
26
"laravel/pint": "^1.0",
27
"nunomaduro/collision": "^6.0",
28
"nunomaduro/larastan": "^2.0.1",
29
- "orchestra/testbench": "^7.0|^8.0|^9.0",
+ "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
30
"pestphp/pest": "^1.21",
31
"pestphp/pest-plugin-laravel": "^1.1",
32
"phpstan/extension-installer": "^1.1",
@@ -70,4 +70,4 @@
70
71
"minimum-stability": "dev",
72
"prefer-stable": true
73
-}
+}
0 commit comments