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 c8984eb commit b76c6cbCopy full SHA for b76c6cb
composer.json
@@ -24,14 +24,14 @@
24
"php": "^8.1",
25
"filament/forms": "^3.0",
26
"spatie/laravel-package-tools": "^1.15.0",
27
- "illuminate/contracts": "^10.0|^11.0"
+ "illuminate/contracts": "^10.0|^11.0|^12.0"
28
},
29
"require-dev": {
30
"nunomaduro/collision": "^7.9",
31
- "orchestra/testbench": "^8.0|^9.0",
32
- "pestphp/pest": "^2.0",
33
- "pestphp/pest-plugin-arch": "^2.0",
34
- "pestphp/pest-plugin-laravel": "^2.0"
+ "orchestra/testbench": "^8.0|^9.0|^10.0",
+ "pestphp/pest": "^2.0|^3.7",
+ "pestphp/pest-plugin-arch": "^2.0|^3.0",
+ "pestphp/pest-plugin-laravel": "^2.0|^3.1"
35
36
"autoload": {
37
"psr-4": {
0 commit comments