summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@googlemail.com>2015-05-04 18:21:55 +0200
committerUwe Tews <uwe.tews@googlemail.com>2015-05-04 18:21:55 +0200
commit22ea1404dff44d96d109ba748697dbef9cb3a1c9 (patch)
tree444bb7c3010a586da67a0bde2dcddbf4774838a5 /README.md
parent08c81acbb1fb38a57bedb3de829e462abd7d84ec (diff)
downloadsmarty-22ea1404dff44d96d109ba748697dbef9cb3a1c9.tar.gz
smarty-22ea1404dff44d96d109ba748697dbef9cb3a1c9.tar.bz2
smarty-22ea1404dff44d96d109ba748697dbef9cb3a1c9.zip
add information how to get development tools
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 22 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2df85806..7b78cffc 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,7 @@
*Read the NEW_FEATURES file for recent extensions to Smarty 3.1 functionality*
Smarty packages are now on github and can be installed with Composer.
-
-**NOTE: Because of this change you must clear your local composer cache with the "composer clearcache" command**
+
The "smarty/smarty" package will start at libs/.... subfolder.
@@ -30,4 +29,25 @@ For a specific version use something like
"smarty/smarty": "3.1.19"
}
+PHPUnit test can be installed by corresponding comper entries like
+
+ "require": {
+ "smarty/smarty-phpunit": "3.1.19"
+ }
+
+Similar applies for the lxer/parser generator
+
+ "require": {
+ "smarty/smarty-lexer": "3.1.19"
+ }
+
+Or you could use
+
+ "require": {
+ "smarty/smarty-dev": "3.1.19"
+ }
+
+Which is a wrapper to install all 3 packages
+
+
Composer can also be used for Smarty2 versions 2.6.24 to 2.6.28