Laravel 11.x互換性対応
Showing
... | ... | @@ -24,16 +24,16 @@ |
}, | ||
"require": { | ||
"php": "^8.2", | ||
"illuminate/support": "^11.6.0", | ||
"illuminate/console": "^11.6.0", | ||
"laracasts/flash": "^3.2.3", | ||
"illuminate/support": "^10.0|^11.6.0", | ||
"illuminate/console": "^10.0|^11.6.0", | ||
"laracasts/flash": "^3.2.2|^3.2.3", | ||
"spatie/laravel-html": "^3.9.0", | ||
"symfony/var-exporter": "^7.0.7" | ||
"symfony/var-exporter": "^6.2.5|^7.0.7" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^11.1.3", | ||
"mockery/mockery": "^1.6.11", | ||
"orchestra/testbench": "^9.0.4", | ||
"phpunit/phpunit": "^10.0.7|^11.1.3", | ||
"mockery/mockery": "^1.5.1|^1.6.11", | ||
"orchestra/testbench": "^8.0.0|^9.0.4", | ||
"pestphp/pest": "3.x-dev", | ||
"pestphp/pest-plugin-laravel": "3.x-dev" | ||
}, | ||
... | ... |
Please register or sign in to comment