summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@googlemail.com>2014-10-31 01:28:26 +0100
committerUwe Tews <uwe.tews@googlemail.com>2014-10-31 01:28:26 +0100
commitf83b3effc64b2a9c2584d1523918587792c8cc1c (patch)
tree7af3e3255ffc5cba1d9a262075f2ae27aae474b1 /README.md
parent0ecdd6c41d0de08cba846087abd02a9adb5218e5 (diff)
downloadsmarty-f83b3effc64b2a9c2584d1523918587792c8cc1c.tar.gz
smarty-f83b3effc64b2a9c2584d1523918587792c8cc1c.tar.bz2
smarty-f83b3effc64b2a9c2584d1523918587792c8cc1c.zip
prepare 3.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index a41024af..5d1fc788 100644
--- a/README.md
+++ b/README.md
@@ -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"
+ }