Commit 3b091ce7 authored by m-wynn's avatar m-wynn

Laravel 11.x互換性対応

parent f5a9524f
...@@ -23,19 +23,19 @@ ...@@ -23,19 +23,19 @@
"reference": "267aacadbe1e585849fab6111dc3bda7ef49b46c" "reference": "267aacadbe1e585849fab6111dc3bda7ef49b46c"
}, },
"require": { "require": {
"php": "^8.1.0", "php": "^8.2",
"illuminate/support": "^10.0", "illuminate/support": "^11.6.0",
"illuminate/console": "^10.0", "illuminate/console": "^11.6.0",
"laracasts/flash": "^3.2.2", "laracasts/flash": "^3.2.3",
"laravelcollective/html": "^6.4", "spatie/laravel-html": "^3.9.0",
"symfony/var-exporter": "^6.2.5" "symfony/var-exporter": "^7.0.7"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^10.0.7", "phpunit/phpunit": "^11.1.3",
"mockery/mockery": "^1.5.1", "mockery/mockery": "^1.6.11",
"orchestra/testbench": "^8.0.0", "orchestra/testbench": "^9.0.4",
"pestphp/pest": "2.x-dev", "pestphp/pest": "3.x-dev",
"pestphp/pest-plugin-laravel": "2.x-dev" "pestphp/pest-plugin-laravel": "3.x-dev"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment