-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathcomposer.json
38 lines (38 loc) · 905 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
36
37
38
{
"name":"bea/acf-options-for-polylang",
"description":"Add ACF options page support for Polylang.",
"keywords":[
"acf-options",
"polylang",
"acf",
"options"
],
"homepage":"https://github.com/BeAPI/acf-options-for-polylang",
"authors":[
{
"name":"Be API",
"email":"technique@beapi.fr",
"homepage":"https://beapi.fr"
}
],
"type":"wordpress-plugin",
"minimum-stability":"stable",
"license":"GPL-3.0+",
"require": {
"php": ">=5.6.0",
"composer/installers": "^1.0|^2.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"phpcompatibility/php-compatibility": "^9.3",
"squizlabs/php_codesniffer": "^3.5",
"wp-coding-standards/wpcs": "^2.3",
"overtrue/phplint": "^2.3",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpro/grumphp-shim": "^1.3"
},
"scripts": {
"cs": "./vendor/bin/phpcs",
"cbf": "./vendor/bin/phpcbf"
}
}