library/smarty/COMPOSER_RELEASE_NOTES.txt
changeset 46 f11c31f7fa3e
parent 45 a56e7f9a0463
child 47 03388ec805b4
equal deleted inserted replaced
45:a56e7f9a0463 46:f11c31f7fa3e
     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