added composer.json

This commit is contained in:
Daniel Sieradski 2017-06-12 15:14:26 -04:00
parent fde75ce112
commit c4f666b691
2 changed files with 10 additions and 0 deletions

2
.gitignore vendored
View file

@ -13,3 +13,5 @@ dist
dist-product
npm-debug.log
/vendor/

8
composer.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "holger1411/understrap-child",
"description": "Basic Child Theme for UnderStrap Theme Framework",
"type": "library",
"license": "GPL-2.0",
"minimum-stability": "stable",
"require": {}
}