TOP-framework/framework/vendor/smarty/smarty
TOP糯米 6bbab0d9da 防止目录浏览 2019-06-03 21:29:11 +08:00
..
demo 防止目录浏览 2019-06-03 21:29:11 +08:00
libs 防止目录浏览 2019-06-03 21:29:11 +08:00
COPYING.lib 更新目录结构 2019-05-28 10:13:34 +08:00
INHERITANCE_RELEASE_NOTES.txt 更新目录结构 2019-05-28 10:13:34 +08:00
README 更新目录结构 2019-05-28 10:13:34 +08:00
README.md 更新目录结构 2019-05-28 10:13:34 +08:00
SMARTY_2_BC_NOTES.txt 更新目录结构 2019-05-28 10:13:34 +08:00
SMARTY_3.0_BC_NOTES.txt 更新目录结构 2019-05-28 10:13:34 +08:00
SMARTY_3.1_NOTES.txt 更新目录结构 2019-05-28 10:13:34 +08:00
change_log.txt 更新目录结构 2019-05-28 10:13:34 +08:00
composer.json 更新目录结构 2019-05-28 10:13:34 +08:00
index.html 防止目录浏览 2019-06-03 21:29:11 +08:00

README.md

#Smarty 3 template engine ##Distribution repository 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": "~3.1"
}

in your composer.json file.

To get the trunk version use

"require": {
   "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"
 }