Skip to content

Commit 645aeba

Browse files
committed
Fix composer requirement for Magento 2.2
1 parent a7b17f0 commit 645aeba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"require": {
1313
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0",
1414
"magento/module-backend": "100.0.*|100.1.*|100.2.*",
15-
"magento/framework": "100.0.*|100.1.*|100.2.*"
15+
"magento/framework": "100.0.*|100.1.*|101.0.*"
1616
},
1717
"type": "magento2-module",
18-
"version": "1.5.0",
18+
"version": "1.5.1",
1919
"license": [
2020
"OSL-3.0",
2121
"AFL-3.0"

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9-
<module name="MagePal_GmailSmtpApp" setup_version="1.5.0">
9+
<module name="MagePal_GmailSmtpApp" setup_version="1.5.1">
1010
<sequence>
1111
<module name="Magento_Email"/>
1212
</sequence>

0 commit comments

Comments
 (0)