From c0a9a0449b2f9633382e941ef5847ed547708d6a Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Sat, 18 Oct 2014 07:44:20 +0200 Subject: add composer release notes --- COMPOSER_RELEASE_NOTES.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 COMPOSER_RELEASE_NOTES.txt (limited to 'COMPOSER_RELEASE_NOTES.txt') 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" + } + -- cgit v1.3