Skip to content

Commit

Permalink
Add Composer JSON
Browse files Browse the repository at this point in the history
I want to create template in php project, my template need to use this
repository as require library. It must have composer.json to make it
possible.
  • Loading branch information
hoaaah committed Oct 21, 2017
1 parent 0ef1cbf commit d797045
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "creativetimofficial/material-dashboard",
"description": "Material Dashboard - Free Bootstrap Material Design Admin",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Creative Tim",
"email": "[email protected]"
}
],
"require": {}
}

0 comments on commit d797045

Please sign in to comment.