-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 834 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 834 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
{
"name": "yard/wp-cli-bundle",
"description": "WP-CLI bundle package with default commands.",
"keywords": [
"cli",
"wordpress"
],
"homepage": "https://yard.nl",
"license": "MIT",
"config": {
"platform": {
"php": "7.4"
},
"sort-packages": true
},
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=7.4",
"wp-cli/cache-command": "^2",
"wp-cli/core-command": "^2.1",
"wp-cli/db-command": "^2",
"wp-cli/entity-command": "^2",
"wp-cli/extension-command": "^2.1",
"wp-cli/i18n-command": "^2",
"wp-cli/language-command": "^2",
"wp-cli/maintenance-mode-command": "^2",
"wp-cli/media-command": "^2",
"wp-cli/rewrite-command": "^2",
"wp-cli/role-command": "^2",
"wp-cli/search-replace-command": "^2",
"wp-cli/super-admin-command": "^2",
"wp-cli/wp-cli": "^2"
}
}