-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 917 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": "l/module-faq-graph-ql",
"description": "Magento 2 Faq Graph Ql extension is free module support graph ql for magento 2.3.x the module require commerce Lof Faq extension",
"type": "magento2-module",
"version": "1.0.1",
"keywords": [
"landofcoder",
"landofcoder faq",
"landofcoder faq graph ql",
"faq magento 2",
"magento 2 product questions grapql",
"helpdesk magento 2",
"question and answers for magento 2"
],
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
"name": "Landofcoder",
"email": "[email protected]",
"role": "Magento 2 Lof Faq Graph Ql"
}
],
"require": {
},
"autoload": {
"psr-4": {
"Lof\\FaqGraphQl\\": ""
},
"files": [
"registration.php"
]
}
}