forked from Automattic/wp-cache-memcached
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1005 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": "automattic/wp-cache-memcached",
"description": "Memcached Object Cache for WordPress",
"type": "wordpress-dropin",
"require": {
"php": ">= 7.4"
},
"require-dev": {
"automattic/vipwpcs": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^5.0",
"wp-phpunit/wp-phpunit": "^6.1",
"yoast/phpunit-polyfills": "^1.1"
},
"license": "MIT",
"authors": [
{
"name": "Volodymyr Kolesnykov",
"email": "[email protected]"
}
],
"config": {
"sort-packages": true,
"platform": {
"php": "7.4"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"phpcs": "phpcs",
"phpcs:fix": "phpcbf",
"psalm": "psalm"
}
}