forked from WordPress/two-factor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.25 KB
/
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
36
37
38
39
40
41
42
43
44
45
{
"name": "wordpress/two-factor",
"type": "wordpress-plugin",
"description": "Two-Factor Authentication for WordPress.",
"license": "GPL-2.0-or-later",
"homepage": "https://wordpress.org/plugins/two-factor/",
"support": {
"source": "https://github.com/WordPress/two-factor",
"forum": "https://wordpress.org/support/plugin/two-factor/",
"issues": "https://github.com/WordPress/two-factor/issues"
},
"config": {
"sort-packages": true,
"platform": {
"php": "5.6.20"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"roots/wordpress-core-installer": true
}
},
"extra": {
"wordpress-install-dir": "wordpress"
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"automattic/vipwpcs": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"php-coveralls/php-coveralls": "^2.5",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"phpunit/phpunit": "^5",
"roots/wordpress-core-installer": "^1.100",
"roots/wordpress-full": "^6.0",
"wp-coding-standards/wpcs": "^2.3",
"wp-phpunit/wp-phpunit": "^6.0",
"yoast/phpunit-polyfills": "^1.0"
},
"scripts": {
"lint": "phpcs",
"test": "phpunit",
"format": "phpcbf"
}
}