Skip to content

Commit d0d744f

Browse files
committed
Correction for composer.json
1 parent 863eb5c commit d0d744f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/code/Magento/NewsletterGraphQl/composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
22
"name": "magento/module-newsletter-graph-ql",
33
"description": "Provides GraphQl functionality for the newsletter subscriptions.",
4-
"config": {
5-
"sort-packages": true
6-
},
4+
"type": "magento2-module",
75
"require": {
86
"php": "~7.3.0||~7.4.0",
97
"magento/framework": "*",
108
"magento/module-customer": "*",
119
"magento/module-newsletter": "*",
1210
"magento/module-store": "*"
1311
},
14-
"type": "magento2-module",
1512
"license": [
1613
"OSL-3.0",
1714
"AFL-3.0"

0 commit comments

Comments
 (0)