|
1 | 1 | { |
2 | 2 | "name": "wp-cli/cache-command", |
3 | | - "description": "Manages object and transient caches.", |
4 | 3 | "type": "wp-cli-package", |
| 4 | + "description": "Manages object and transient caches.", |
5 | 5 | "homepage": "https://github.com/wp-cli/cache-command", |
6 | | - "support": { |
7 | | - "issues": "https://github.com/wp-cli/cache-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": [ "cache-command.php" ] |
24 | | - }, |
25 | 14 | "require": { |
26 | 15 | "wp-cli/wp-cli": "^2" |
27 | 16 | }, |
28 | 17 | "require-dev": { |
29 | | - "wp-cli/wp-cli-tests": "^0", |
30 | | - "wp-cli/entity-command": "^1.3" |
| 18 | + "wp-cli/entity-command": "^1.3", |
| 19 | + "wp-cli/wp-cli-tests": "^0" |
| 20 | + }, |
| 21 | + "config": { |
| 22 | + "sort-packages": true |
31 | 23 | }, |
32 | 24 | "extra": { |
33 | 25 | "branch-alias": { |
|
52 | 44 | "transient type" |
53 | 45 | ] |
54 | 46 | }, |
| 47 | + "autoload": { |
| 48 | + "psr-4": { |
| 49 | + "": "src/" |
| 50 | + }, |
| 51 | + "files": [ |
| 52 | + "cache-command.php" |
| 53 | + ] |
| 54 | + }, |
| 55 | + "minimum-stability": "dev", |
| 56 | + "prefer-stable": true, |
55 | 57 | "scripts": { |
| 58 | + "behat": "run-behat-tests", |
56 | 59 | "lint": "run-linter-tests", |
57 | 60 | "phpcs": "run-phpcs-tests", |
58 | 61 | "phpunit": "run-php-unit-tests", |
59 | | - "behat": "run-behat-tests", |
60 | 62 | "prepare-tests": "install-package-tests", |
61 | 63 | "test": [ |
62 | 64 | "@lint", |
63 | 65 | "@phpcs", |
64 | 66 | "@phpunit", |
65 | 67 | "@behat" |
66 | 68 | ] |
| 69 | + }, |
| 70 | + "support": { |
| 71 | + "issues": "https://github.com/wp-cli/cache-command/issues" |
67 | 72 | } |
68 | 73 | } |
0 commit comments