Skip to content

Commit

Permalink
Update required php version
Browse files Browse the repository at this point in the history
  • Loading branch information
kimb0na committed Mar 28, 2024
1 parent 4187ea9 commit 0f97c5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@

## [1.2.2] - 2022-10-14
### Added
- Hyva support: remove requirejs from head.additional
- Hyva support: remove requirejs from head.additional
-
## [1.2.3] - 2024-03-28
### Updated
- PHP ^8.1 compatibility
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "~7.4.0||~8.1.0",
"php": "~7.4.0||^8.1",
"magento/framework": "^102.0|^103.0",
"magento/module-backend": "^101.0|^102.0",
"magento/module-ui": "^101.0|^102.0"
Expand Down

0 comments on commit 0f97c5d

Please sign in to comment.