o3-shop/smarty

This package is abandoned and no longer maintained. The author suggests using the smarty/smarty package instead.

Smarty - the compiling PHP template engine - Limited fork of the 2.6 branch specifically for increased system requirements of the O3 shop before the switch to a current template engine in the near future.

v2.6.34 2023-04-25 07:45 UTC

This package is auto-updated.

Last update: 2023-12-31 15:37:23 UTC


README

This is a limited fork of the 2.6 branch specifically for increased system requirements of the O3 shop before the switch to a current template engine in the near future.

Distribution repository

Starting with Smarty 2.6.23 Composer has been configured to load the packages from github.

NOTE: Because of this change you must clear your local composer cache with the "composer clearcache" command

To get the latest v2.6 release use

"require": {
   "smarty/smarty": "~2.6"
}

in your composer.json file.

The "smarty/smarty" package will start at libs/.... subfolder.