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 dcb5abd commit b860da9Copy full SHA for b860da9
composer.json
@@ -17,17 +17,17 @@
17
],
18
"require": {
19
"php": "^8.1",
20
- "illuminate/support": "^10.0|^11.0",
+ "illuminate/support": "^10.0|^11.0|^12.0",
21
"league/flysystem": "^3.0",
22
"spatie/db-dumper": "^3.3",
23
"spatie/laravel-package-tools": "^1.6",
24
"spatie/temporary-directory": "^2.0"
25
},
26
"require-dev": {
27
"mockery/mockery": "^1.4",
28
- "orchestra/testbench": "^8.22.3|^9.0.4",
29
- "pestphp/pest-plugin-laravel": "^2.4",
30
- "phpunit/phpunit": "^10.5"
+ "orchestra/testbench": "^8.22.3|^9.0.4|^10.0",
+ "pestphp/pest-plugin-laravel": "^2.4|^3.1",
+ "phpunit/phpunit": "^10.5|^11.5.3"
31
32
"autoload": {
33
"psr-4": {
0 commit comments