Skip to content

Commit ca464fc

Browse files
committed
Add MagePal Core extension
1 parent d5a6f33 commit ca464fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727
"require": {
2828
"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",
2929
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*",
30-
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*"
30+
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*",
31+
"magepal/magento2-core":">1.1.0"
3132
},
3233
"type": "magento2-module",
33-
"version": "1.0.5",
34+
"version": "1.0.6",
3435
"autoload": {
3536
"files": [
3637
"registration.php"

0 commit comments

Comments
 (0)