Update README.md

This commit is contained in:
Uwe Tews
2014-10-23 18:13:05 +02:00
parent 53c5e3fc4a
commit fc55a39d67

View File

@@ -1,31 +1,28 @@
<h1>Smarty 3 template engine</h1> #Smarty 3 template engine
<br><h2>distribution repository</h2> ##Distribution repository
Starting with Smarty 3.1.21 Composer has been configured to load the packages from github.
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
* *
* 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": { "require": {
"smarty/smarty": "~3.1" "smarty/smarty": "~3.1"
} }
in your composer.json file.
in your composer.json file.
To get the trunk version use To get the trunk version use
"require": { "require": {
"smarty/smarty": "~3.1@dev" "smarty/smarty": "~3.1@dev"
} }
The "smarty/smarty" package will start at libs/.... subfolder. The "smarty/smarty" package will start at libs/.... subfolder.
To retrieve the development and documentation folders add
To retrieve the development and documentation folders add
"require-dev": { "require-dev": {
"smarty/smarty-dev": "~3.1@dev" "smarty/smarty-dev": "~3.1@dev"
} }