Skip to content

Commit

Permalink
Merge pull request #23 from SpotlerSoftware/php-version-fix
Browse files Browse the repository at this point in the history
Removed direct php requirement
  • Loading branch information
808brinks authored Feb 16, 2021
2 parents fb12719 + 783b052 commit a3b9a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
"name": "mailplus/mailplus-connector",
"description": "The MailPlus connector for magento 2",
"type": "magento2-module",
"version": "1.7.3",
"version": "1.7.4",
"license": [
"OSL-3.0"
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0",
"magento/magento-composer-installer": "*",
"magento/framework": ">=100.1.0",
"magento/module-newsletter": ">=100.0",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MailPlus_MailPlus" setup_version="1.7.3"/>
<module name="MailPlus_MailPlus" setup_version="1.7.4"/>
</config>

0 comments on commit a3b9a53

Please sign in to comment.