增加magento page builder扩展
Showing
... | @@ -76,6 +76,7 @@ | ... | @@ -76,6 +76,7 @@ |
"magenest/module-google-shopping": "^1.1", | "magenest/module-google-shopping": "^1.1", | ||
"magento/composer": "1.6.0", | "magento/composer": "1.6.0", | ||
"magento/magento-composer-installer": ">=0.1.11", | "magento/magento-composer-installer": ">=0.1.11", | ||
"magento/page-builder": "dev-developer", | |||
"magento/zendframework1": "~1.14.2", | "magento/zendframework1": "~1.14.2", | ||
"mageside/module-subscribe-at-checkout": "1.1.7", | "mageside/module-subscribe-at-checkout": "1.1.7", | ||
"mobiledetect/mobiledetectlib": "^2.8", | "mobiledetect/mobiledetectlib": "^2.8", | ||
... | @@ -399,10 +400,15 @@ | ... | @@ -399,10 +400,15 @@ |
} | } | ||
}, | }, | ||
"prefer-stable": true, | "prefer-stable": true, | ||
"repositories": [ | "repositories": { | ||
{ | "ext": { | ||
"type": "path", | |||
"url": "./ext/*/*/*/*/*/*" | |||
}, | |||
"0": { | |||
"type": "composer", | "type": "composer", | ||
"url": "https://repo.magento.com/" | "url": "https://repo.magento.com/" | ||
} | } | ||
] | }, | ||
"minimum-stability": "dev" | |||
} | } |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment