Skip to content

Commit a0a5c24

Browse files
committed
Correction for composer.json
1 parent 59c5d42 commit a0a5c24

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/NewsletterGraphQl/composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "magento/module-newsletter-graph-ql",
33
"description": "Provides GraphQl functionality for the newsletter subscriptions.",
4+
"config": {
5+
"sort-packages": true
6+
},
47
"type": "magento2-module",
58
"require": {
69
"php": "~7.3.0||~7.4.0",
@@ -9,6 +12,9 @@
912
"magento/module-newsletter": "*",
1013
"magento/module-store": "*"
1114
},
15+
"suggest": {
16+
"magento/module-graph-ql": "*"
17+
},
1218
"license": [
1319
"OSL-3.0",
1420
"AFL-3.0"

0 commit comments

Comments
 (0)