-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
51 lines (51 loc) · 1.08 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
44
45
46
47
48
49
50
51
{
"name": "mygento/module-graph-ql-cache",
"type": "magento2-module",
"license": "OSL-3.0",
"homepage": "https://github.com/mygento/module-graph-ql-cache",
"description": "Magento 2 GraphQL Cache",
"authors": [
{
"name": "Nikita Tarasov",
"email": "nikita@mygento.net",
"homepage": "http://www.mygento.net/",
"role": "Developer"
},
{
"name": "Mygento",
"email": "connect@mygento.net",
"homepage": "https://www.mygento.ru/"
}
],
"keywords": [
"magento2",
"mygento"
],
"require": {
"magento/module-graph-ql-cache": "100.4.*"
},
"require-dev": {
"mygento/coding-standard": "~2.14.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Mygento\\GraphQlCache\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com"
}
],
"config": {
"allow-plugins": {
"magento/composer-dependency-version-audit-plugin": false,
"phpro/grumphp": true,
"magento/magento-composer-installer": false
}
}
}