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 43b9f82 commit a31e4bbCopy full SHA for a31e4bb
composer.json
@@ -23,13 +23,13 @@
23
"php": "^8.1",
24
"filament/filament": "^3.0",
25
"spatie/laravel-package-tools": "^1.15.0",
26
- "illuminate/contracts": "^10.0"
+ "illuminate/contracts": "^10.0|^11.0"
27
},
28
"require-dev": {
29
"laravel/pint": "^1.0",
30
- "nunomaduro/collision": "^7.9",
+ "nunomaduro/collision": "^7.9|^8.1",
31
"nunomaduro/larastan": "^2.0.1",
32
- "orchestra/testbench": "^8.0",
+ "orchestra/testbench": "^8.0|^9.0",
33
"pestphp/pest": "^2.0",
34
"pestphp/pest-plugin-arch": "^2.0",
35
"pestphp/pest-plugin-laravel": "^2.0",
0 commit comments