diff options
| author | Uwe Tews <uwe.tews@googlemail.com> | 2014-10-18 07:44:20 +0200 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@googlemail.com> | 2014-10-18 07:44:20 +0200 |
| commit | c0a9a0449b2f9633382e941ef5847ed547708d6a (patch) | |
| tree | e4aeb3b79aee184cb954f3c74b7c66ecbf2a60bc /COMPOSER_RELEASE_NOTES.txt | |
| parent | 16afbfaca18996d3d87b2aebe04e0abeec803be1 (diff) | |
| download | smarty-c0a9a0449b2f9633382e941ef5847ed547708d6a.tar.gz smarty-c0a9a0449b2f9633382e941ef5847ed547708d6a.tar.bz2 smarty-c0a9a0449b2f9633382e941ef5847ed547708d6a.zip | |
add composer release notes
Diffstat (limited to 'COMPOSER_RELEASE_NOTES.txt')
| -rw-r--r-- | COMPOSER_RELEASE_NOTES.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/COMPOSER_RELEASE_NOTES.txt b/COMPOSER_RELEASE_NOTES.txt new file mode 100644 index 00000000..c943d9f2 --- /dev/null +++ b/COMPOSER_RELEASE_NOTES.txt @@ -0,0 +1,29 @@ + + +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" + } + |
