diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,13 +1,13 @@ -#Smarty 2 template engine +#Smarty 3 template engine ##Distribution repository -Starting with Smarty 2.6.23 Composer has been configured to load the packages from github. +Starting with Smarty 3.1.21 Composer has been configured to load the packages from github. **NOTE: Because of this change you must clear your local composer cache with the "composer clearcache" command** To get the latest stable version use "require": { - "smarty/smarty": "~2.6" + "smarty/smarty": "~3.1" } in your composer.json file. @@ -15,9 +15,14 @@ in your composer.json file. To get the trunk version use "require": { - "smarty/smarty": "~2.6@dev" + "smarty/smarty": "~3.1@dev" } The "smarty/smarty" package will start at libs/.... subfolder. +To retrieve the development and documentation folders add + + "require-dev": { + "smarty/smarty-dev": "~3.1@dev" + } |
