We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397e826 commit b27ff00Copy full SHA for b27ff00
composer.json
@@ -21,18 +21,18 @@
21
"require": {
22
"php": "^8.0",
23
"spatie/laravel-package-tools": "^1.9.2",
24
- "illuminate/contracts": "^8.73|^9.0|^10.0"
+ "illuminate/contracts": "^8.73|^9.0|^10.0|^11.0"
25
},
26
"require-dev": {
27
"nunomaduro/collision": "^5.10|^6.0|^7.0",
28
"nunomaduro/larastan": "^1.0",
29
- "orchestra/testbench": "^6.22|^7.0|^8.0",
+ "orchestra/testbench": "^6.22|^7.0|^8.0|^9.0",
30
"pestphp/pest": "^1.21",
31
"pestphp/pest-plugin-laravel": "^1.1",
32
"phpstan/extension-installer": "^1.1",
33
"phpstan/phpstan-deprecation-rules": "^1.0",
34
"phpstan/phpstan-phpunit": "^1.0",
35
- "phpunit/phpunit": "^9.5|^10.0",
+ "phpunit/phpunit": "^9.5|^10.0|^11.0",
36
"spatie/laravel-ray": "^1.26"
37
38
"autoload": {
0 commit comments