Archived
1
0

Add MDL-Ext and selectfields.

This commit is contained in:
2016-05-24 22:07:25 +02:00
parent 88584c1994
commit 83e3425690
7 changed files with 713 additions and 12 deletions

@ -5,7 +5,8 @@
"php": ">=5.3.0",
"mustache/mustache": "~2.10",
"google/material-design-lite": "~1.1.3",
"google/apiclient": "^2.0.0@RC"
"google/apiclient": "^2.0.0@RC",
"leifoolsen/mdl-ext": "~0.8.12"
},
"repositories": [
{
@ -19,6 +20,18 @@
"reference": "v1.1.3"
}
}
},
{
"type": "package",
"package": {
"name": "leifoolsen/mdl-ext",
"version": "0.8.12",
"source": {
"type": "git",
"url": "https://github.com/leifoolsen/mdl-ext",
"reference": "v0.8.12"
}
}
}
]
}