Skip to content

Commit ff08313

Browse files
author
bob
committed
Updated dependencies to be compatible with Magento 2.3
1 parent 445b030 commit ff08313

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"name": "mailplus/mailplus-connector",
33
"description": "The MailPlus connector for magento 2",
44
"type": "magento2-module",
5-
"version": "1.4.6",
5+
"version": "1.4.7",
66
"license": [
77
"OSL-3.0"
88
],
99
"require": {
10-
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0",
10+
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0",
1111
"magento/magento-composer-installer": "*",
12-
"magento/framework": "^101.0",
13-
"magento/module-newsletter": "^100.0",
14-
"magento/module-quote": "^101.0",
15-
"magento/module-sales": "^101.0",
16-
"magento/module-webapi": "^100.0"
12+
"magento/framework": ">=100.1.0",
13+
"magento/module-newsletter": ">=100.0",
14+
"magento/module-quote": ">=101.0",
15+
"magento/module-sales": ">=101.0",
16+
"magento/module-webapi": ">=100.0"
1717
},
1818
"autoload": {
1919
"files": [

0 commit comments

Comments
 (0)