Skip to content

Commit a3b9a53

Browse files
authored
Merge pull request #23 from SpotlerSoftware/php-version-fix
Removed direct php requirement
2 parents fb12719 + 783b052 commit a3b9a53

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
"name": "mailplus/mailplus-connector",
33
"description": "The MailPlus connector for magento 2",
44
"type": "magento2-module",
5-
"version": "1.7.3",
5+
"version": "1.7.4",
66
"license": [
77
"OSL-3.0"
88
],
99
"require": {
10-
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0",
1110
"magento/magento-composer-installer": "*",
1211
"magento/framework": ">=100.1.0",
1312
"magento/module-newsletter": ">=100.0",

etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
-->
1919
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
21-
<module name="MailPlus_MailPlus" setup_version="1.7.3"/>
21+
<module name="MailPlus_MailPlus" setup_version="1.7.4"/>
2222
</config>

0 commit comments

Comments
 (0)