File tree Expand file tree Collapse file tree 1 file changed +18
-13
lines changed Expand file tree Collapse file tree 1 file changed +18
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wp-cli/search-replace-command" ,
3
- "description" : " Searches/replaces strings in the database." ,
4
3
"type" : " wp-cli-package" ,
4
+ "description" : " Searches/replaces strings in the database." ,
5
5
"homepage" : " https://github.com/wp-cli/search-replace-command" ,
6
- "support" : {
7
- "issues" : " https://github.com/wp-cli/search-replace-command/issues"
8
- },
9
6
"license" : " MIT" ,
10
7
"authors" : [
11
8
{
14
11
"homepage" : " https://runcommand.io"
15
12
}
16
13
],
17
- "minimum-stability" : " dev" ,
18
- "prefer-stable" : true ,
19
- "autoload" : {
20
- "psr-4" : {
21
- "" : " src/"
22
- },
23
- "files" : [ " search-replace-command.php" ]
24
- },
25
14
"require" : {
26
15
"wp-cli/wp-cli" : " ^2"
27
16
},
28
17
"require-dev" : {
29
18
"wp-cli/wp-cli-tests" : " ^0"
30
19
},
20
+ "config" : {
21
+ "sort-packages" : true
22
+ },
31
23
"extra" : {
32
24
"branch-alias" : {
33
25
"dev-master" : " 1.x-dev"
37
29
" search-replace"
38
30
]
39
31
},
32
+ "autoload" : {
33
+ "psr-4" : {
34
+ "" : " src/"
35
+ },
36
+ "files" : [
37
+ " search-replace-command.php"
38
+ ]
39
+ },
40
+ "minimum-stability" : " dev" ,
41
+ "prefer-stable" : true ,
40
42
"scripts" : {
43
+ "behat" : " run-behat-tests" ,
41
44
"lint" : " run-linter-tests" ,
42
45
"phpcs" : " run-phpcs-tests" ,
43
46
"phpunit" : " run-php-unit-tests" ,
44
- "behat" : " run-behat-tests" ,
45
47
"prepare-tests" : " install-package-tests" ,
46
48
"test" : [
47
49
" @lint" ,
48
50
" @phpcs" ,
49
51
" @phpunit" ,
50
52
" @behat"
51
53
]
54
+ },
55
+ "support" : {
56
+ "issues" : " https://github.com/wp-cli/search-replace-command/issues"
52
57
}
53
58
}
You can’t perform that action at this time.
0 commit comments