Skip to content

Commit

Permalink
Merge pull request #687 from sjregan/fix/v3/missing-wp-cli-bundle-com…
Browse files Browse the repository at this point in the history
…poser

fix(build) wp-cli/wp-cli-bundle missing from composer.json
  • Loading branch information
lucatume authored Jan 8, 2024
2 parents 88456c4 + 92ee97d commit 351f70e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased] Unreleased

## Added

- move `wp-cli/wp-cli-bundle` from `require-dev` to `require` to restore pre-existing support

## [3.2.2] 2023-11-20;

## Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"bordoni/phpass": "^0.3",
"mikemclin/laravel-wp-password": "~2.0.0",
"wp-cli/wp-cli": ">=2.0 <3.0.0",
"wp-cli/wp-cli-bundle": "*",
"zordius/lightncandy": "^1.2",
"vria/nodiacritic": "^0.1.2",
"codeception/module-asserts": "^1.0",
Expand All @@ -47,7 +48,6 @@
"victorjonsson/markdowndocs": "dev-master",
"gumlet/php-image-resize": "^1.6",
"vlucas/phpdotenv": "^3.0",
"wp-cli/wp-cli-bundle": "*",
"symfony/translation": "^3.4"
},
"autoload": {
Expand Down

0 comments on commit 351f70e

Please sign in to comment.