Commit 34b0da0d by Alexander Makarov

Added twig, smarty and php-markdown dependencies, vendor is gitignored now

parent 3ba55c1b
......@@ -10,4 +10,7 @@ nbproject
.settings
# windows thumbnail cache
Thumbs.db
\ No newline at end of file
Thumbs.db
# composer vendor dir
vendor
\ No newline at end of file
......@@ -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.*"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment