git参照変更
Showing
| ... | @@ -11,12 +11,11 @@ | ... | @@ -11,12 +11,11 @@ |
| "bootstrap" | "bootstrap" | ||
| ], | ], | ||
| "license": "MIT", | "license": "MIT", | ||
| "authors": [ | "source": { | ||
| { | "type": "git", | ||
| "name": "Mitul Golakiya", | "url": "https://gitlab.winas.jp/winas_lib/winas_generator/winas_adminlte.git", | ||
| "email": "me@mitul.me" | "reference": "d43d1a14bd86314ffb78053f8fbe176de25fa61f" | ||
| } | }, | ||
| ], | |||
| "require": { | "require": { | ||
| "php": "^8.1", | "php": "^8.1", | ||
| "illuminate/support": "^10.0", | "illuminate/support": "^10.0", | ||
| ... | @@ -35,12 +34,6 @@ | ... | @@ -35,12 +34,6 @@ |
| ] | ] | ||
| } | } | ||
| }, | }, | ||
| "repositories": [ | |||
| { | |||
| "type": "vcs", | |||
| "url": "https://gitlab.winas.jp/winas_lib/winas_generator/winas_adminlte_ui.git" | |||
| } | |||
| ], | |||
| "minimum-stability": "dev", | "minimum-stability": "dev", | ||
| "prefer-stable": true | "prefer-stable": true | ||
| } | } |
Please register or sign in to comment