Commit 08a9ac1d authored by m-wynn's avatar m-wynn

Laravel 11.x互換性対応

parent e9a686df
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
}, },
"require": { "require": {
"php": "^8.1", "php": "^8.1",
"illuminate/support": "^10.0", "illuminate/support": "^10.0|^11.0",
"illuminate/view": "^10.0", "illuminate/view": "^10.0|^11.0",
"winas_generator/winas_adminlte_ui": "dev-develop" "winas_generator/winas_adminlte_ui": "dev-develop"
}, },
"autoload": { "autoload": {
......
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