Skip to content

Commit

Permalink
Merge pull request #5 from mooore-digital/2.4.0-support
Browse files Browse the repository at this point in the history
2.4.0 support
  • Loading branch information
GrimLink authored Sep 30, 2020
2 parents 4dd5f3b + 1872f4c commit de2aefd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Magento 2.4 support

## [0.1.1] - 2020-08-19
### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}
],
"require": {
"magento/framework": "102.*",
"magento/module-backend": "101.*",
"magento/framework": "102.*|103.0.*",
"magento/module-backend": "101.*|102.*",
"magento/module-ui": "101.*"
},
"autoload": {
Expand Down

0 comments on commit de2aefd

Please sign in to comment.