-
Notifications
You must be signed in to change notification settings - Fork 16
/
composer.json
40 lines (40 loc) · 927 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
39
40
{
"name": "seravo/seravo-plugin",
"type": "wordpress-muplugin",
"license": "GPL-2.0-or-later",
"description": "Enhances WordPress with Seravo.com specific features and integrations",
"homepage": "https://seravo.com",
"authors": [
{
"name": "Seravo",
"email": "[email protected]"
}
],
"keywords": [
"wordpress",
"wp",
"wp-palvelu",
"seravo",
"seravo.com"
],
"require": {
"php": ">=7.0"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpcompatibility/php-compatibility": "^9.3",
"slevomat/coding-standard": "^8.12",
"squizlabs/php_codesniffer": "^3.7",
"szepeviktor/phpstan-wordpress": "^1.3"
},
"config": {
"sort-packages": true,
"platform-check": false,
"preferred-install": {
"*": "dist"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}