Skip to content

Commit

Permalink
Merge pull request #27 from monsoonconsulting/dev
Browse files Browse the repository at this point in the history
#26: Added PHP 8.3 support
  • Loading branch information
callanzimmermann committed May 28, 2024
2 parents a84311f + debadc3 commit 2dcf2da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
<!-- Refer to: https://keepachangelog.com/en/1.0.0/ -->

## [1.2.3] 2024-28-05
### Added
- Added PHP 8.3 requirement
## [1.2.2] 2024-12-01
### Fix
- Issue with variable
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 2dcf2da

Please sign in to comment.