Skip to content

Commit 6336cb2

Browse files
author
Jacker
committed
Update composer
1 parent 83e83c4 commit 6336cb2

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

composer.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"name": "mageplaza/module-quick-order-graphql",
3-
"description": "Magento 2 Quick Order GraphQL Extension",
4-
"type": "magento2-module",
5-
"version": "1.0.0",
6-
"license": "proprietary",
7-
"authors": [
8-
{
9-
"name": "Mageplaza",
10-
"email": "support@mageplaza.com",
11-
"homepage": "https://www.mageplaza.com",
12-
"role": "Technical Support"
13-
}
14-
],
15-
"autoload": {
16-
"files": [
17-
"registration.php"
2+
"name": "mageplaza/module-quick-order-graphql",
3+
"description": "Magento 2 Quick Order GraphQl Extension",
4+
"type": "magento2-module",
5+
"version": "1.0.0",
6+
"license": "proprietary",
7+
"authors": [
8+
{
9+
"name": "Mageplaza",
10+
"email": "support@mageplaza.com",
11+
"homepage": "https://www.mageplaza.com",
12+
"role": "Technical Support"
13+
}
1814
],
19-
"psr-4": {
20-
"Mageplaza\\QuickOrderGraphQl\\": ""
15+
"autoload": {
16+
"files": [
17+
"registration.php"
18+
],
19+
"psr-4": {
20+
"Mageplaza\\QuickOrderGraphQl\\": ""
21+
}
2122
}
22-
}
23-
}
23+
}

0 commit comments

Comments
 (0)