smarty / smarty-dev
Smarty - the compiling PHP template engine
Installs: 1 060
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Type:metapackage
Requires
- smarty/smarty: 3.1.28
- smarty/smarty-lexer: 3.1.28
- smarty/smarty-phpunit: 3.1.28
README
#Smarty 3 template engine ##Development
This repository does contain a composer.json file which will load the Smarty distribution, its PHPUnit test and the lexer/parser generator
To get the latest stable version of Smarty 3.1 use
"require": {
"smarty/smarty-dev": "~3.1"
}
in your composer.json file.
To get the trunk version use
"require": {
"smarty/smarty-dev": "~3.1@dev"
}
All stable releases since 3.1.11 are available For a specific version use something like
"require": {
"smarty/smarty-dev": "3.1.19"
}