Skip to content

Commit 3cf0dff

Browse files
authored
Merge pull request #2 from iwanczuk/master
Updated Magento version constraint for 2.2 release
2 parents b5359ed + 61aa56b commit 3cf0dff

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "mageware/magento2-common",
33
"description": "Magento 2.x CE module for common functionality for MageWare modules.",
44
"require": {
5-
"magento/framework": "100.*",
6-
"magento/module-backend": "100.*",
7-
"magento/module-admin-notification": "100.*"
5+
"magento/framework": ">=100.0 <102",
6+
"magento/module-backend": ">=100.0 <101",
7+
"magento/module-admin-notification": ">=100.0 <101"
88
},
99
"type": "magento2-module",
1010
"license": [
1111
"MIT"
1212
],
13-
"version": "1.0.0",
13+
"version": "1.0.1",
1414
"autoload": {
1515
"files": [
1616
"registration.php"

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
*/
66
-->
77
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
8-
<module name="MageWare_Common" setup_version="1.0.0">
8+
<module name="MageWare_Common" setup_version="1.0.1">
99
</module>
1010
</config>

0 commit comments

Comments
 (0)