Skip to content

Commit

Permalink
Added twig, smarty and php-markdown dependencies, vendor is gitignore…
Browse files Browse the repository at this point in the history
…d now
  • Loading branch information
samdark committed May 7, 2013
1 parent 3ba55c1 commit 34b0da0
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -10,4 +10,7 @@ nbproject
.settings

# windows thumbnail cache
Thumbs.db
Thumbs.db

# composer vendor dir
vendor
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -67,6 +67,9 @@
"framework/yiic"
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"michelf/php-markdown": "1.3",
"twig/twig": "1.12.*",
"smarty/smarty": "3.1.*"
}
}

0 comments on commit 34b0da0

Please sign in to comment.