Skip to content

Commit 96bcc0b

Browse files
committed
Add ability-command and block-command
1 parent d9b0777 commit 96bcc0b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,14 @@
195195
],
196196
"require": {
197197
"php": ">=7.2.24",
198-
"ext-json": "*",
199198
"ext-dom": "*",
199+
"ext-json": "*",
200+
"johnpbloch/wordpress-core": "dev-master",
201+
"johnpbloch/wordpress-core-installer": "^1.0 || ^2.0",
202+
"wp-cli/ability-command": "^1.0@dev",
200203
"wp-cli/admin-command": "dev-main",
201204
"wp-cli/automated-tests": "dev-main",
205+
"wp-cli/block-command": "^1.0@dev",
202206
"wp-cli/cache-command": "dev-main",
203207
"wp-cli/checksum-command": "dev-main",
204208
"wp-cli/config-command": "dev-main",
@@ -237,9 +241,7 @@
237241
"wp-cli/wp-cli-bundle": "dev-main",
238242
"wp-cli/wp-cli-tests": "dev-main",
239243
"wp-cli/wp-config-transformer": "dev-main as 1.2.x-dev",
240-
"wp-cli/wp-super-cache-cli": "dev-main",
241-
"johnpbloch/wordpress-core-installer": "^1.0 || ^2.0",
242-
"johnpbloch/wordpress-core": "dev-master"
244+
"wp-cli/wp-super-cache-cli": "dev-main"
243245
},
244246
"require-dev": {
245247
"roave/security-advisories": "dev-latest"

0 commit comments

Comments
 (0)