Commit 34b0da0d by Alexander Makarov

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

parent 3ba55c1b
...@@ -11,3 +11,6 @@ nbproject ...@@ -11,3 +11,6 @@ nbproject
# windows thumbnail cache # windows thumbnail cache
Thumbs.db Thumbs.db
# composer vendor dir
vendor
\ No newline at end of file
...@@ -67,6 +67,9 @@ ...@@ -67,6 +67,9 @@
"framework/yiic" "framework/yiic"
], ],
"require": { "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