COMPOSER_RELEASE_NOTES.txt 977 B

123456789101112131415161718192021222324252627282930
  1. Starting with Smarty 3.1.21 Composer has been configured to load the packages from github.
  2. *******************************************************************************
  3. * *
  4. * NOTE: Because of this change you must clear your local composer cache with *
  5. * the "composer clearcache" command *
  6. * *
  7. *******************************************************************************
  8. To get the latest stable version use
  9. "require": {
  10. "smarty/smarty": "~3.1"
  11. }
  12. in your composer.json file.
  13. To get the trunk version use
  14. "require": {
  15. "smarty/smarty": "~3.1@dev"
  16. }
  17. The "smarty/smarty" package will start at libs/.... subfolder.
  18. To retrieve the development and documentation folders add
  19. "require-dev": {
  20. "smarty/smarty-dev": "~3.1@dev"
  21. }