mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
add information how to get development tools
This commit is contained in:
22
README.md
22
README.md
@@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
Smarty packages are now on github and can be installed with Composer.
|
Smarty packages are now on github and can be installed with Composer.
|
||||||
|
|
||||||
**NOTE: Because of this change you must clear your local composer cache with the "composer clearcache" command**
|
|
||||||
|
|
||||||
The "smarty/smarty" package will start at libs/.... subfolder.
|
The "smarty/smarty" package will start at libs/.... subfolder.
|
||||||
|
|
||||||
@@ -30,4 +29,25 @@ For a specific version use something like
|
|||||||
"smarty/smarty": "3.1.19"
|
"smarty/smarty": "3.1.19"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PHPUnit test can be installed by corresponding comper entries like
|
||||||
|
|
||||||
|
"require": {
|
||||||
|
"smarty/smarty-phpunit": "3.1.19"
|
||||||
|
}
|
||||||
|
|
||||||
|
Similar applies for the lxer/parser generator
|
||||||
|
|
||||||
|
"require": {
|
||||||
|
"smarty/smarty-lexer": "3.1.19"
|
||||||
|
}
|
||||||
|
|
||||||
|
Or you could use
|
||||||
|
|
||||||
|
"require": {
|
||||||
|
"smarty/smarty-dev": "3.1.19"
|
||||||
|
}
|
||||||
|
|
||||||
|
Which is a wrapper to install all 3 packages
|
||||||
|
|
||||||
|
|
||||||
Composer can also be used for Smarty2 versions 2.6.24 to 2.6.28
|
Composer can also be used for Smarty2 versions 2.6.24 to 2.6.28
|
||||||
|
Reference in New Issue
Block a user