Skip to content

Commit

Permalink
add information how to get development tools
Browse files Browse the repository at this point in the history
  • Loading branch information
uwetews committed May 4, 2015
1 parent 08c81ac commit 22ea140
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
*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.

**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.

Expand All @@ -30,4 +29,25 @@ For a specific version use something like
"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

0 comments on commit 22ea140

Please sign in to comment.