Skip to content

Commit

Permalink
Composer installer support (#1619)
Browse files Browse the repository at this point in the history
* Update composer.json

Adding support for composer custom install path

* Update composer.json
  • Loading branch information
Howard Gehring authored and almasaeed2010 committed Oct 26, 2017
1 parent a667b95 commit f0421f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "almasaeed2010/adminlte",
"description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 3",
"homepage": "https://adminlte.io/",
"type": "template",
"keywords": [
"css",
"js",
Expand All @@ -22,5 +23,8 @@
"license": "MIT",
"support": {
"issues": "https://github.com/almasaeed2010/AdminLTE/issues"
},
"require": {
"composer/installers": "1.*"
}
}

0 comments on commit f0421f5

Please sign in to comment.