forked from YotpoLtd/magento2-module-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.05 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "yotpo/module-yotpo-core",
"description": "Yotpo Reviews core extension for Magento2",
"version": "4.0.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0",
"magento/framework": "103.0.*",
"magento/module-backend": "102.0.*",
"magento/module-catalog": "104.0.*",
"magento/module-checkout": "100.4.*",
"magento/module-config": "101.2.*",
"magento/module-grouped-product": "100.4.*",
"magento/module-reports": "^100",
"magento/module-review": "100.4.*",
"magento/module-sales": "102.1.*||^103.0",
"magento/module-store": "101.1.*",
"magento/module-analytics": "*"
},
"replace": {
"yotpo/module-review": "*",
"yotpo/module-yotpo": "*",
"yotpo/magento2-module-yotpo-reviews": "*"
},
"type": "magento2-module",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Yotpo\\Core\\": ""
}
}
}