mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-22 14:40:41 +03:00
Update composer.json
This commit is contained in:
parent
83886fc050
commit
8a3cbf63a8
|
@ -1,7 +1,33 @@
|
||||||
{
|
{
|
||||||
"packages": {
|
"name": "jcvb/bootstrap-material",
|
||||||
"jcvb/bootstrap-material": {
|
"description": "Material design theme for Bootstrap 3 ",
|
||||||
"dev-master": { @composer.json }
|
"keywords": [
|
||||||
}
|
"material",
|
||||||
|
"design",
|
||||||
|
"bootstrap",
|
||||||
|
"mobile-first",
|
||||||
|
"responsive",
|
||||||
|
"front-end",
|
||||||
|
"framework",
|
||||||
|
"web"
|
||||||
|
],
|
||||||
|
"homepage": "https://github.com/FezVrasta/bootstrap-material-design",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "JC Valerio",
|
||||||
|
"email": "jc.valerio.b@gmail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/FezVrasta/bootstrap-material-design/issues"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "0.3.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"replace": {
|
||||||
|
"jcvb/bootstrap-material": "self.version"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user