]> git.mxchange.org Git - friendica.git/blob - vendor/smarty/smarty/COMPOSER_RELEASE_NOTES.txt
Add Smarty to Composer
[friendica.git] / vendor / smarty / smarty / COMPOSER_RELEASE_NOTES.txt
1
2
3 Starting with Smarty 3.1.21 Composer has been configured to load the packages from github.
4
5 *******************************************************************************
6 *                                                                             *
7 *  NOTE: Because of this change you must clear your local composer cache with *
8 *                 the "composer clearcache" command                           *
9 *                                                                             *
10 *******************************************************************************
11
12 To get the latest stable version use
13     "require": {
14         "smarty/smarty": "~3.1"
15     }
16 in your composer.json file.
17
18 To get the trunk version use
19     "require": {
20         "smarty/smarty": "~3.1@dev"
21     }
22
23 The "smarty/smarty" package will start at libs/....   subfolder.
24
25 To retrieve the development and documentation folders add
26     "require-dev": {
27         "smarty/smarty-dev": "~3.1@dev"
28     }
29