We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e612873 commit fe4e355Copy full SHA for fe4e355
composer.json
@@ -28,10 +28,11 @@
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.*"
+ "magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*",
32
+ "magepal/magento2-core":">1.1.0"
33
},
34
"type": "magento2-module",
- "version": "1.2.5",
35
+ "version": "1.2.6",
36
"autoload": {
37
"files": [
38
"registration.php"
0 commit comments