diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc0104..0978991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog +## [1.2.3] 2024-28-05 +### Added +- Added PHP 8.3 requirement ## [1.2.2] 2024-12-01 ### Fix - Issue with variable diff --git a/composer.json b/composer.json index 6730f66..d46ebcf 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "monsoonconsulting/magento2-hyva-ajax-add-to-cart", "description": "Adds Ajax Add to Cart functionality to Hyva themes", "require": { - "php": "~8.1.0|~8.2.0" + "php": "~8.1.0|~8.2.0|~8.3.0" }, "type": "magento2-module", "license": [