Skip to content

Commit 34e3d74

Browse files
authored
Merge pull request #3966 from wp-cli/3728-entity-command-2
Abstract CRUD operations to wp-cli/entity-command
2 parents 07e1e8a + 1727dd6 commit 34e3d74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"wp-cli/search-replace-command": "^1.0",
4949
"wp-cli/server-command": "^1.0",
5050
"wp-cli/shell-command": "^1.0",
51-
"wp-cli/eval-command": "^1.0"
51+
"wp-cli/eval-command": "^1.0",
52+
"wp-cli/entity-command": "^1.0"
5253
},
5354
"require-dev": {
5455
"phpunit/phpunit": "3.7.*",

0 commit comments

Comments
 (0)