Skip to content

Commit

Permalink
Merge pull request #70 from wojsmol/tests-to-dev
Browse files Browse the repository at this point in the history
Move  wp-cli/wp-cli-tests to dev dependecies and update
  • Loading branch information
schlessera authored May 4, 2021
2 parents ccf55ed + 3b25cf0 commit 080830f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
}
],
"require": {
"wp-cli/wp-cli": "^2.5",
"wp-cli/wp-cli-tests": "^3.0.2"
"wp-cli/wp-cli": "^2.5"
},
"require-dev": {
"wp-cli/entity-command": "^1.3 || ^2"
"wp-cli/entity-command": "^1.3 || ^2",
"wp-cli/wp-cli-tests": "^3.0.11"
},
"config": {
"process-timeout": 7200,
Expand Down

0 comments on commit 080830f

Please sign in to comment.