<?php
/**
 * For the full copyright and license information, please view the
 * docs/licenses/LICENSE.txt file that was distributed with this source code.
 */

// Note this value must be hard-coded and can't import PrestaShop\PrestaShop\Core\Version::VERSION because it's loaded/used
// in very basic scripts that don't use autoload and can't recognize the class
define('_PS_INSTALL_VERSION_', '9.2.0');
define('_PS_INSTALL_MINIMUM_PHP_VERSION_ID_', 80100);
define('_PS_INSTALL_MAXIMUM_PHP_VERSION_ID_', 80599);

define('_PS_INSTALL_MINIMUM_PHP_VERSION_', '8.1');
define('_PS_INSTALL_MAXIMUM_PHP_VERSION_', '8.5');
