We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c32e9 commit 2716ed2Copy full SHA for 2716ed2
composer.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "automattic/newspack-new-plugin-boilerplate",
3
- "description": "A new thing.",
+ "name": "automattic/newspack-sponsors",
+ "description": "Add sponsors and sponsor info to posts. Allows special visual treatment for sponsored content.",
4
"type": "wordpress-plugin",
5
"require": {
6
},
@@ -25,5 +25,10 @@
25
"cat $1 | ./node_modules/.bin/newspack-scripts commitlint"
26
]
27
}
28
+ },
29
+ "config": {
30
+ "allow-plugins": {
31
+ "dealerdirect/phpcodesniffer-composer-installer": true
32
+ }
33
34
0 commit comments