summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@googlemail.com>2015-05-04 18:09:21 +0200
committerUwe Tews <uwe.tews@googlemail.com>2015-05-04 18:09:21 +0200
commit9789867d8be37e18c8c0acbf15ce28c8d2fa39ce (patch)
tree4481c6033c8caefbe11108b6027d23d3d9576e4f /README.md
parent80926a538d87c335612c4b818afa9413c0b6021b (diff)
downloadsmarty-9789867d8be37e18c8c0acbf15ce28c8d2fa39ce.tar.gz
smarty-9789867d8be37e18c8c0acbf15ce28c8d2fa39ce.tar.bz2
smarty-9789867d8be37e18c8c0acbf15ce28c8d2fa39ce.zip
Revert "add require-dev to load PHPUnit tests and lxer/parser generator"
This reverts commit f3d7b05ccb77aee4caff6849706dea550b0df25d.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8887245d..2df85806 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
*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.
@@ -29,6 +31,3 @@ For a specific version use something like
}
Composer can also be used for Smarty2 versions 2.6.24 to 2.6.28
-
-Starting with version 3.1.22 a "require-dev" section has been added in commposer.json
-to load the PHPUnit test and the lexer/parser generator,