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 ef48e6c commit 33d2942Copy full SHA for 33d2942
composer.json
@@ -19,14 +19,14 @@
19
"php": "^8.0",
20
"filament/filament": "^2.0|^3.0",
21
"spatie/laravel-package-tools": "^1.9.2",
22
- "illuminate/contracts": "^8.6|^9.0|^10.0|^11.0"
+ "illuminate/contracts": "^8.6|^9.0|^10.0|^11.0|^12.0"
23
},
24
"require-dev": {
25
"nunomaduro/collision": "^6.0|^8.0",
26
- "orchestra/testbench": "^7.0|^9.0",
27
- "pestphp/pest": "^1.21|^2.34",
28
- "pestphp/pest-plugin-laravel": "^1.1|^2.3",
29
- "phpunit/phpunit": "^9.5|^10.5",
+ "orchestra/testbench": "^7.0|^9.0|^10.0",
+ "pestphp/pest": "^1.21|^2.34|^3.7",
+ "pestphp/pest-plugin-laravel": "^1.1|^2.3|^3.1",
+ "phpunit/phpunit": "^9.5|^10.5|^11.5.3",
30
"spatie/laravel-ray": "^1.26"
31
32
"autoload": {
0 commit comments