We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb12719 + 783b052 commit a3b9a53Copy full SHA for a3b9a53
composer.json
@@ -2,12 +2,11 @@
2
"name": "mailplus/mailplus-connector",
3
"description": "The MailPlus connector for magento 2",
4
"type": "magento2-module",
5
- "version": "1.7.3",
+ "version": "1.7.4",
6
"license": [
7
"OSL-3.0"
8
],
9
"require": {
10
- "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0",
11
"magento/magento-composer-installer": "*",
12
"magento/framework": ">=100.1.0",
13
"magento/module-newsletter": ">=100.0",
etc/module.xml
@@ -18,5 +18,5 @@
18
-->
19
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
21
- <module name="MailPlus_MailPlus" setup_version="1.7.3"/>
+ <module name="MailPlus_MailPlus" setup_version="1.7.4"/>
22
</config>
0 commit comments