Skip to content

Commit

Permalink
Add support for Magento 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Aug 9, 2020
1 parent fe4e355 commit a1b16cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
}
],
"require": {
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0",
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*",
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*",
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0",
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
"magepal/magento2-core":">1.1.0"
},
"type": "magento2-module",
"version": "1.2.6",
"version": "1.2.7",
"autoload": {
"files": [
"registration.php"
Expand Down

2 comments on commit a1b16cc

@iphigenie
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @srenon . could this be tagged as 1.2.7 so composer update can fetch it?

@srenon
Copy link
Contributor Author

@srenon srenon commented on a1b16cc Aug 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iphigenie ... done.

We are trying to build up our Google Review and would love it if you could give us a quick review? https://g.page/r/CXxKkgPhIg7TEAY/review

Please sign in to comment.