mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
Fix spelling
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
*Read the NEW_FEATURES file for recent extensions to Smarty 3.1 functionality*
|
*Read the NEW_FEATURES file for recent extensions to Smarty 3.1 functionality*
|
||||||
|
|
||||||
Smarty packages are now on github and can be installed with Composer.
|
Smarty versions 3.1.11 or later are now on github and can be installed with Composer.
|
||||||
|
|
||||||
|
|
||||||
The "smarty/smarty" package will start at libs/.... subfolder.
|
The "smarty/smarty" package will start at libs/.... subfolder.
|
||||||
@@ -22,20 +22,19 @@ in your composer.json file.
|
|||||||
"smarty/smarty": "~3.1@dev"
|
"smarty/smarty": "~3.1@dev"
|
||||||
}
|
}
|
||||||
|
|
||||||
All stable releases since 3.1.11 are available
|
|
||||||
For a specific version use something like
|
For a specific version use something like
|
||||||
|
|
||||||
"require": {
|
"require": {
|
||||||
"smarty/smarty": "3.1.19"
|
"smarty/smarty": "3.1.19"
|
||||||
}
|
}
|
||||||
|
|
||||||
PHPUnit test can be installed by corresponding comper entries like
|
PHPUnit test can be installed by corresponding composer entries like
|
||||||
|
|
||||||
"require": {
|
"require": {
|
||||||
"smarty/smarty-phpunit": "3.1.19"
|
"smarty/smarty-phpunit": "3.1.19"
|
||||||
}
|
}
|
||||||
|
|
||||||
Similar applies for the lxer/parser generator
|
Similar applies for the lexer/parser generator
|
||||||
|
|
||||||
"require": {
|
"require": {
|
||||||
"smarty/smarty-lexer": "3.1.19"
|
"smarty/smarty-lexer": "3.1.19"
|
||||||
|
Reference in New Issue
Block a user