We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4e355 commit a1b16ccCopy full SHA for a1b16cc
composer.json
@@ -26,13 +26,13 @@
26
}
27
],
28
"require": {
29
- "php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0",
30
- "magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*",
31
- "magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*",
+ "php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0",
+ "magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
+ "magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
32
"magepal/magento2-core":">1.1.0"
33
},
34
"type": "magento2-module",
35
- "version": "1.2.6",
+ "version": "1.2.7",
36
"autoload": {
37
"files": [
38
"registration.php"
0 commit comments