forked from Automattic/HyperDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
26 lines (26 loc) · 934 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
{
"name": "automattic/hyperdb",
"description": "HyperDB is an advanced database class that supports replication, failover, load balancing, and partitioning",
"license": "GPL-2.0-or-later",
"require-dev": {
"automattic/vipwpcs": "2.3.3",
"dealerdirect/phpcodesniffer-composer-installer": "0.7.2",
"johnpbloch/wordpress-core": "^6.0",
"php-stubs/wordpress-stubs": "^6.0",
"phpcompatibility/phpcompatibility-wp": "2.1.4",
"vimeo/psalm": "^4.11"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/package-versions-deprecated": true
}
},
"scripts": {
"build": "git archive --format tgz --output hyperdb.tgz HEAD",
"phpcs": "phpcs",
"phpcs:fix": "phpcbf",
"psalm": "psalm --no-cache --long-progress"
}
}