Skip to content

Commit

Permalink
Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed May 12, 2014
1 parent 1321b5a commit ad0e3b9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
Thumbs.db
Thumbs.db
/vendor/
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
"./"
]
}
}

0 comments on commit ad0e3b9

Please # to comment.