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