We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb169bb commit 032c785Copy full SHA for 032c785
composer.json
@@ -22,17 +22,17 @@
22
"require": {
23
"php": "^8.3",
24
"filament/filament": "^3.0",
25
- "illuminate/contracts": "^10.0|^11.0",
+ "illuminate/contracts": "^10.0|^11.0|^12.0",
26
"spatie/laravel-package-tools": "^1.15.0",
27
"tempest/highlight": "^1.0"
28
},
29
"require-dev": {
30
"laravel/pint": "^1.0",
31
"nunomaduro/collision": "^7.9|^8.1",
32
- "orchestra/testbench": "^8.0",
33
- "pestphp/pest": "^2.0",
34
- "pestphp/pest-plugin-arch": "^2.0",
35
- "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"
36
37
"autoload": {
38
"psr-4": {
0 commit comments