-
Notifications
You must be signed in to change notification settings - Fork 25
/
composer.json
35 lines (35 loc) · 942 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "10up/ads-txt",
"description": "Create, manage, and validate your ads.txt from within WordPress, just like any other content asset.",
"homepage": "https://github.com/10up/ads-txt",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "10up",
"email": "[email protected]"
},
{
"name": "Helen Hou-Sandi",
"email": "[email protected]"
},
{
"name": "Jake Goldman",
"email": "[email protected]"
},
{
"name": "Adam Silverstein",
"email": "[email protected]"
}
],
"type": "wordpress-plugin",
"require-dev": {
"10up/phpcs-composer": "dev-master",
"10up/wp_mock": "^0.5.0",
"phpunit/phpunit": "^9.5"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}