-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.06 KB
/
composer.json
File metadata and controls
38 lines (38 loc) · 1.06 KB
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": "beapi/mercator-domain-replacements",
"description": "Force the replacement of all the original domains of the network by the corresponding mapped domains",
"minimum-stability": "stable",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "BeAPI",
"email": "technique@beapi.fr"
}
],
"type": "wordpress-muplugin",
"require": {
"php": ">=8.0",
"composer/installers": "^2.0"
},
"require-dev": {
"phpcompatibility/php-compatibility": "^9.3",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.13.5",
"wp-coding-standards/wpcs": "^3.3",
"overtrue/phplint": "^4.5",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpro/grumphp-shim": "^1.16",
"php-parallel-lint/php-parallel-lint": "^1.4"
},
"scripts": {
"cs": "./vendor/bin/phpcs",
"cbf": "./vendor/bin/phpcbf"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"phpro/grumphp-shim": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}