-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
43 lines (43 loc) · 1.15 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
38
39
40
41
42
43
{
"name": "front-commerce-magento/module-review-graph-ql",
"description": "This is a port of Magento 2.4.1 code for 2.3.x versions.",
"type": "magento2-module",
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/module-catalog": "*",
"magento/module-review": "*",
"magento/module-store": "*",
"magento/framework": "*",
"cweagans/composer-patches": "^1.6"
},
"suggest": {
"magento/module-graph-ql": "*",
"magento/module-graph-ql-cache": "*"
},
"require-dev": {
"phpcompatibility/php-compatibility": "*",
"squizlabs/php_codesniffer": "*",
"dealerdirect/phpcodesniffer-composer-installer": "*"
},
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\ReviewGraphQl\\": ""
}
},
"minimum-stability": "stable",
"version": "4.1.2",
"extra": {
"patches": {
"magento/module-review": {
"Backport Config Model from Magento 2.4.1 to the Review module": "https://raw.githubusercontent.com/front-commerce/magento-module-review-graph-ql/4.1.0/backport-review-config-model-from-2.4.1.patch"
}
}
}
}