Skip to content

Commit 2716ed2

Browse files
fix: update composer file to correct linting error (#229)
1 parent e8c32e9 commit 2716ed2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "automattic/newspack-new-plugin-boilerplate",
3-
"description": "A new thing.",
2+
"name": "automattic/newspack-sponsors",
3+
"description": "Add sponsors and sponsor info to posts. Allows special visual treatment for sponsored content.",
44
"type": "wordpress-plugin",
55
"require": {
66
},
@@ -25,5 +25,10 @@
2525
"cat $1 | ./node_modules/.bin/newspack-scripts commitlint"
2626
]
2727
}
28+
},
29+
"config": {
30+
"allow-plugins": {
31+
"dealerdirect/phpcodesniffer-composer-installer": true
32+
}
2833
}
2934
}

0 commit comments

Comments
 (0)