Laravel 11.x互換性対応
Showing
| ... | ... | @@ -10,7 +10,7 @@ |
| }, | ||
| "require": { | ||
| "php": "^8.1.0", | ||
| "illuminate/support": "^10.0" | ||
| "illuminate/support": "^10.0|^11.0" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| ... | ... |
Please register or sign in to comment
| ... | ... | @@ -10,7 +10,7 @@ |
| }, | ||
| "require": { | ||
| "php": "^8.1.0", | ||
| "illuminate/support": "^10.0" | ||
| "illuminate/support": "^10.0|^11.0" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| ... | ... |