added composer.json

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

2
.gitignore vendored
View File

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

8
composer.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "holger1411/understrap",
"description": "Combines Automattic´s Underscores Starter Theme and Bootstrap 4",
"type": "library",
"license": "GPL-2.0",
"minimum-stability": "stable",
"require": {}
}