File tree Expand file tree Collapse file tree 1 file changed +18
-21
lines changed
app/code/Magento/GiftMessageGraphQl Expand file tree Collapse file tree 1 file changed +18
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " magento/module-gift-message-graph-ql" ,
3
- "description" : " N/A" ,
4
- "type" : " magento2-module" ,
5
- "require" : {
6
- "php" : " ~7.3.0||~7.4.0" ,
7
- "magento/framework" : " *" ,
8
- "magento/module-gift-message" : " *"
9
- },
10
- "suggest" : {
11
- "magento/module-graph-ql" : " *"
12
- },
13
- "license" : [
14
- " OSL-3.0" ,
15
- " AFL-3.0"
16
- ],
17
- "autoload" : {
18
- "files" : [
19
- " registration.php"
2
+ "name" : " magento/module-gift-message-graph-ql" ,
3
+ "description" : " N/A" ,
4
+ "type" : " magento2-module" ,
5
+ "require" : {
6
+ "php" : " ~7.3.0||~7.4.0" ,
7
+ "magento/framework" : " *" ,
8
+ "magento/module-gift-message" : " *"
9
+ },
10
+ "license" : [
11
+ " OSL-3.0" ,
12
+ " AFL-3.0"
20
13
],
21
- "psr-4" : {
22
- "Magento\\ GiftMessageGraphQl\\ " : " "
14
+ "autoload" : {
15
+ "files" : [
16
+ " registration.php"
17
+ ],
18
+ "psr-4" : {
19
+ "Magento\\ GiftMessageGraphQl\\ " : " "
20
+ }
23
21
}
24
- }
25
22
}
You can’t perform that action at this time.
0 commit comments