Skip to content

Commit 967b48b

Browse files
authored
Merge pull request #3915 from wp-cli/3728-eval-command
Abstract `wp eval` to wp-cli/eval-command
2 parents 6eeaf00 + 1af3e15 commit 967b48b

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
@@ -39,7 +39,8 @@
3939
"wp-cli/package-command": "^1.0",
4040
"wp-cli/search-replace-command": "^1.0",
4141
"wp-cli/server-command": "^1.0",
42-
"wp-cli/shell-command": "^1.0"
42+
"wp-cli/shell-command": "^1.0",
43+
"wp-cli/eval-command": "^1.0"
4344
},
4445
"require-dev": {
4546
"phpunit/phpunit": "3.7.*",

0 commit comments

Comments
 (0)