forked from yireo/Yireo_AdditionalEndpointsGraphQl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
36 lines (36 loc) · 759 Bytes
/
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
{
"name": "yireo/magento2-additional-endpoints-graph-ql",
"type": "magento2-module",
"version": "0.0.1",
"license": "OSL-3.0",
"description": "",
"keywords": [
"composer-installer",
"magento"
],
"authors": [
{
"name": "Jisse Reitsma (Yireo)",
"email": "[email protected]"
}
],
"require": {
"magento/framework": "*",
"magento/module-catalog": "^101.0|^102.0|^103.0",
"magento/module-cms": "^101.0|^102.0|^103.0",
"magento/module-graph-ql": "^100.0",
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "*",
"composer/composer": "*@dev"
},
"autoload": {
"psr-4": {
"Yireo\\AdditionalEndpointsGraphQl\\": ""
},
"files": [
"registration.php"
]
}
}