d7970452b9
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.
14 lines
327 B
JSON
14 lines
327 B
JSON
{
|
|
"name": "creativetimofficial/material-dashboard",
|
|
"description": "Material Dashboard - Free Bootstrap Material Design Admin",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Creative Tim",
|
|
"email": "hello@creative-tim.com"
|
|
}
|
|
],
|
|
"require": {}
|
|
}
|