-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
36 lines (36 loc) · 884 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-custom-graph-ql-query-limiter",
"license": "OSL-3.0",
"type": "magento2-module",
"version": "0.0.4",
"homepage": "https://github.com/yireo/Yireo_CustomGraphQlQueryLimiter",
"description": "Magento 2 module to sync a GraphQL session with the regular session",
"keywords": [
"composer-installer",
"magento"
],
"authors": [
{
"name": "Jisse Reitsma (Yireo)",
"email": "[email protected]"
}
],
"require": {
"magento/framework": "^100.1|^101.0|^102.0|^103.0",
"magento/module-checkout": "^100.1",
"magento/module-quote": "^100.1|^101.0",
"php": "^8.0"
},
"require-dev": {
"phpunit/phpunit": "*",
"yireo/magento2-integration-test-helper": "@dev"
},
"autoload": {
"psr-4": {
"Yireo\\CustomGraphQlQueryLimiter\\": ""
},
"files": [
"registration.php"
]
}
}