diff --git a/changelog.txt b/changelog.txt index 61b3cb0..e0f9879 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +V 0.6.0 2026-06-23 : Warning this version is only compatible with PrestaShop 9.0.0 and above + #31 - Error when saving translation + #32 - Migrate Admin Controller from legacy to symfony + #36 - [enhancement]: Manage upgrade button display with configuration + #39 - [enhancement]: Remove Module override V 0.5.0 2026-05-12 : #13 Fix export of complex configurations (JSON arrays/objects) #15 - Implement transactions tracking #20 add unit test diff --git a/composer.json b/composer.json index 21f3c65..e495570 100644 --- a/composer.json +++ b/composer.json @@ -39,6 +39,9 @@ ] }, "type": "prestashop-module", + "require": { + "php": ">=8.1 <8.5" + }, "require-dev": { "prestashop/php-dev-tools": "^4.3", "phpunit/phpunit": "^9.6"