Skip to content

Commit

Permalink
Support for Magento 2.3 and PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Dec 25, 2018
1 parent d1107fe commit 9abefb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
}
],
"require": {
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0",
"magento/module-backend": "100.0.*|100.1.*|100.2.*",
"magento/framework": "100.0.*|100.1.*|101.0.*",
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0",
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.0",
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*",
"magento/module-newsletter": "*"
},
"type": "magento2-module",
"version": "1.1.0",
"version": "1.1.1",
"autoload": {
"files": [
"registration.php"
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<comment>
<![CDATA[
<strong>Copyright © 2018 <a href="http://www.magepal.com" target="_blank">www.magepal.com</a> / <a href="mailto:[email protected]">[email protected]</a></strong><br />
Thanks for choosing MagePal Extensions. Trusted by 1000s of developers worldwide.<br/><br/>
Discovery other must have extensions at <a href="http://www.magepal.com" target="_blank">www.magepal.com</a>. Thanks for choosing MagePal Extensions.<br/><br/>
<hr style="border-top: 1px solid #e3e3e3" />
]]>
</comment>
Expand Down

0 comments on commit 9abefb8

Please sign in to comment.