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 2852e24 commit 90a01e5Copy full SHA for 90a01e5
composer.json
@@ -21,14 +21,14 @@
21
],
22
"require": {
23
"php": "^8.3",
24
- "illuminate/contracts": "^11.0||^12.0",
+ "illuminate/contracts": "^11.0 || ^12.0",
25
"spatie/laravel-package-tools": "^1.92"
26
},
27
"require-dev": {
28
"laravel/pint": "^1.14",
29
- "nunomaduro/collision": "^8.8",
+ "nunomaduro/collision": "^8.8 || ^9.0",
30
"larastan/larastan": "^3.0",
31
- "orchestra/testbench": "^10.0.0||^9.0.0",
+ "orchestra/testbench": "^9.0 || ^10.0",
32
"pestphp/pest": "^4.0",
33
"pestphp/pest-plugin-arch": "^4.0",
34
"pestphp/pest-plugin-laravel": "^4.0",
0 commit comments