Skip to content

Releases: centreon/smarty

v3.1.48+1-centreon

21 Jan 13:55
Compare
Choose a tag to compare

Actually, smarty-php/smarty 3.1.48 cannot be installed on centreon 22.10, 23.04, 23.10 because the PHP requirement is 7.2.
This PR corrects the PHP configuration required to install this version on PHP 8.1. A fork of smarty-php/smarty was required.

Two branches has been created to manage the next releases : dev-3.1.48.x for development branche and 3.1.48.x for stable branche.

The tags will be in this following format : v.3.1.48+*-centreon where * is the minor of centreon.

Added

  • .editorconfig added to have common rules for development
  • composer.lock added to be sure to have the good configuration for centreon/smarty

Change

  • The project name has been changed to centreon/smarty in the composer.json file
  • .gitignore changed to ignore environment directories and to add composer.lock

Fixed

  • PHP requirements fixed to install Smarty 3.1.48 on PHP 8.1