|
7 | 7 | ], |
8 | 8 | "homepage": "https://wp-cli.org", |
9 | 9 | "license": "MIT", |
10 | | - "support": { |
11 | | - "issues": "https://github.com/wp-cli/wp-cli-bundle/issues", |
12 | | - "source": "https://github.com/wp-cli/wp-cli-bundle", |
13 | | - "docs": "https://make.wordpress.org/cli/handbook/" |
14 | | - }, |
15 | | - "config": { |
16 | | - "platform": { |
17 | | - "php": "5.4" |
18 | | - }, |
19 | | - "process-timeout": 7200, |
20 | | - "sort-packages": true |
21 | | - }, |
22 | | - "minimum-stability": "dev", |
23 | | - "prefer-stable": true, |
24 | 10 | "require": { |
25 | 11 | "php": ">=5.4", |
26 | 12 | "wp-cli/cache-command": "^1.0", |
|
52 | 38 | "roave/security-advisories": "dev-master", |
53 | 39 | "wp-cli/wp-cli-tests": "^0" |
54 | 40 | }, |
| 41 | + "suggest": { |
| 42 | + "psy/psysh": "Enhanced `wp shell` functionality" |
| 43 | + }, |
| 44 | + "config": { |
| 45 | + "platform": { |
| 46 | + "php": "5.4" |
| 47 | + }, |
| 48 | + "process-timeout": 7200, |
| 49 | + "sort-packages": true |
| 50 | + }, |
| 51 | + "extra": { |
| 52 | + "branch-alias": { |
| 53 | + "dev-master": "2.0.x-dev" |
| 54 | + } |
| 55 | + }, |
55 | 56 | "repositories": [ |
56 | 57 | { |
57 | 58 | "type": "path", |
58 | 59 | "url": "../wp-cli-refactor" |
59 | 60 | } |
60 | 61 | ], |
61 | | - "suggest": { |
62 | | - "psy/psysh": "Enhanced `wp shell` functionality" |
63 | | - }, |
| 62 | + "minimum-stability": "dev", |
| 63 | + "prefer-stable": true, |
64 | 64 | "scripts": { |
65 | 65 | "post-install-cmd": [ |
66 | 66 | "./utils/git-setup-pre-commit-hook" |
67 | 67 | ], |
| 68 | + "behat": "run-behat-tests", |
68 | 69 | "lint": "run-linter-tests", |
69 | 70 | "phpcs": "run-phpcs-tests", |
70 | 71 | "phpunit": "run-php-unit-tests", |
71 | | - "behat": "run-behat-tests", |
| 72 | + "placeholder": "value", |
72 | 73 | "prepare-tests": "install-package-tests", |
73 | 74 | "test": [ |
74 | 75 | "@lint", |
75 | 76 | "@phpcs", |
76 | 77 | "@phpunit", |
77 | 78 | "@behat" |
78 | | - ], |
79 | | - "placeholder": "value" |
| 79 | + ] |
80 | 80 | }, |
81 | | - "extra": { |
82 | | - "branch-alias": { |
83 | | - "dev-master": "2.0.x-dev" |
84 | | - } |
| 81 | + "support": { |
| 82 | + "issues": "https://github.com/wp-cli/wp-cli-bundle/issues", |
| 83 | + "source": "https://github.com/wp-cli/wp-cli-bundle", |
| 84 | + "docs": "https://make.wordpress.org/cli/handbook/" |
85 | 85 | } |
86 | 86 | } |
0 commit comments