File tree Expand file tree Collapse file tree 1 file changed +21
-13
lines changed
Expand file tree Collapse file tree 1 file changed +21
-13
lines changed Original file line number Diff line number Diff line change 99 ],
1010 "homepage" : " https://github.com/wp-cli/wp-super-cache-cli" ,
1111 "license" : " MIT" ,
12- "authors" : [{
13- "name" : " WP-CLI Team" ,
14- "homepage" : " http://github.com/wp-cli" ,
15- "role" : " Developer"
16- }],
12+ "authors" : [
13+ {
14+ "name" : " WP-CLI Team" ,
15+ "homepage" : " http://github.com/wp-cli" ,
16+ "role" : " Developer"
17+ }
18+ ],
1719 "require" : {
1820 "php" : " >=5.4" ,
1921 "wp-cli/package-command" : " ^2" ,
2224 "require-dev" : {
2325 "wp-cli/extension-command" : " ^2" ,
2426 "wp-cli/wp-cli-tests" : " 2"
25- },
26- "autoload" : {
27- "psr-4" : {
28- "" : " src/"
29- },
30- "files" : [
31- " wp-super-cache-cli.php"
32- ]
3327 },
3428 "config" : {
3529 "platform" : {
3832 "process-timeout" : 7200 ,
3933 "sort-packages" : true
4034 },
35+ "autoload" : {
36+ "psr-4" : {
37+ "" : " src/"
38+ },
39+ "files" : [
40+ " wp-super-cache-cli.php"
41+ ]
42+ },
43+ "repositories" : [
44+ {
45+ "type" : " vcs" ,
46+ "url" : " https://github.com/wojsmol/wp-super-cache-cli"
47+ }
48+ ],
4149 "minimum-stability" : " dev" ,
4250 "prefer-stable" : true ,
4351 "scripts" : {
You can’t perform that action at this time.
0 commit comments