mirror of https://github.com/ColorlibHQ/AdminLTE
Composer installer support (#1619)
* Update composer.json Adding support for composer custom install path * Update composer.jsonpull/1708/head
parent
a667b95b8d
commit
f0421f5b36
|
@ -2,6 +2,7 @@
|
||||||
"name": "almasaeed2010/adminlte",
|
"name": "almasaeed2010/adminlte",
|
||||||
"description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 3",
|
"description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 3",
|
||||||
"homepage": "https://adminlte.io/",
|
"homepage": "https://adminlte.io/",
|
||||||
|
"type": "template",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"css",
|
"css",
|
||||||
"js",
|
"js",
|
||||||
|
@ -22,5 +23,8 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/almasaeed2010/AdminLTE/issues"
|
"issues": "https://github.com/almasaeed2010/AdminLTE/issues"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"composer/installers": "1.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue