Laravel 11.x互換性対応
Showing
... | @@ -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": { | ||
... | ... |
Please register or sign in to comment