Skip to content

Commit 709440b

Browse files
committed
Correct composer.json
1 parent e3555dc commit 709440b

File tree

1 file changed

+18
-21
lines changed

1 file changed

+18
-21
lines changed
Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
{
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"
2013
],
21-
"psr-4": {
22-
"Magento\\GiftMessageGraphQl\\": ""
14+
"autoload": {
15+
"files": [
16+
"registration.php"
17+
],
18+
"psr-4": {
19+
"Magento\\GiftMessageGraphQl\\": ""
20+
}
2321
}
24-
}
2522
}

0 commit comments

Comments
 (0)