Skip to content

Commit ab681ee

Browse files
Nikschavanschlessera
authored andcommitted
Require cache command during tests
To allow 'wp transient' commands
1 parent 2f63a6f commit ab681ee

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
@@ -21,8 +21,9 @@
2121
"wp-cli/wp-cli": "^2.5.1"
2222
},
2323
"require-dev": {
24+
"wp-cli/cache-command": "^2.0",
2425
"wp-cli/entity-command": "^1.3 || ^2",
25-
"wp-cli/scaffold-command": "^1.2 || ^2",
26+
"wp-cli/scaffold-command": "^2.0",
2627
"wp-cli/wp-cli-tests": "^3.0.16"
2728
},
2829
"config": {

0 commit comments

Comments
 (0)