diff --git a/.gitignore b/.gitignore index f21b5eb..9f223d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store -Thumbs.db \ No newline at end of file +Thumbs.db +/vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f51d80e --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "name": "thelfensdrfer/yii-bootstrap", + "description": "Boostrap 3 widgets for Yii 1.1", + "license": "Apache", + "authors": [ + { + "name": "Tim Helfensdörfer", + "email": "tim@visualappeal.de" + } + ], + "minimum-stability": "stable", + "require": {}, + "autoload": { + "classmap": [ + "./" + ] + } +}