Skip to content

Commit d797045

Browse files
committed
Add Composer JSON
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.
1 parent 0ef1cbf commit d797045

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

composer.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "creativetimofficial/material-dashboard",
3+
"description": "Material Dashboard - Free Bootstrap Material Design Admin",
4+
"type": "project",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Creative Tim",
9+
"email": "hello@creative-tim.com"
10+
}
11+
],
12+
"require": {}
13+
}

0 commit comments

Comments
 (0)