-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1023 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 1023 Bytes
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
{
"name": "assertwell/wp-core-test-framework",
"description": "Streamline testing WordPress plugins and themes using the WordPress core test framework",
"type": "library",
"keywords": [
"wordpress",
"testing"
],
"license": "MIT",
"authors": [
{
"name": "Steve Grunwell",
"homepage": "https://stevegrunwell.com"
}
],
"support": {
"issues": "https://github.com/assertwell/wp-core-test-framework/issues",
"source": "https://github.com/assertwell/wp-core-test-framework"
},
"scripts": {
"refresh-wp-install-tests": [
"sh bin/refresh-wp-install-tests.sh"
]
},
"scripts-descriptions": {
"refresh-wp-install-tests": "Refresh the bin/wp-install-tests.sh file from WP-CLI's source."
},
"bin": [
"bin/install-wp-tests.sh"
],
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
}
}