diff options
| author | Uwe Tews <uwe.tews@googlemail.com> | 2015-05-04 05:20:22 +0200 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@googlemail.com> | 2015-05-04 05:20:22 +0200 |
| commit | f3d7b05ccb77aee4caff6849706dea550b0df25d (patch) | |
| tree | 7d4c97a24b70424c6f559f9b71eedf813cc9c774 /README.md | |
| parent | ea17aad26693a12c457977522c4ad01e0a3b1768 (diff) | |
| download | smarty-f3d7b05ccb77aee4caff6849706dea550b0df25d.tar.gz smarty-f3d7b05ccb77aee4caff6849706dea550b0df25d.tar.bz2 smarty-f3d7b05ccb77aee4caff6849706dea550b0df25d.zip | |
add require-dev to load PHPUnit tests and lxer/parser generator
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,8 +4,6 @@ *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. @@ -31,3 +29,6 @@ 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, |
