Browse Source

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

tags/2.0.0-beta
Alexander Makarov 12 years ago
parent
commit
34b0da0dc4
  1. 5
      .gitignore
  2. 5
      composer.json

5
.gitignore vendored

@ -10,4 +10,7 @@ nbproject
.settings .settings
# windows thumbnail cache # windows thumbnail cache
Thumbs.db Thumbs.db
# composer vendor dir
vendor

5
composer.json

@ -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.*"
} }
} }

Loading…
Cancel
Save