We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 300b53d + 5fb78f8 commit d04cd59Copy full SHA for d04cd59
utils/make-phar.php
@@ -200,6 +200,8 @@ function get_composer_versions( $current_version ) {
200
->in(WP_CLI_VENDOR_DIR . '/symfony/console')
201
->in(WP_CLI_VENDOR_DIR . '/symfony/filesystem')
202
->in(WP_CLI_VENDOR_DIR . '/justinrainbow/json-schema')
203
+ ->in(WP_CLI_VENDOR_DIR . '/gettext')
204
+ ->in(WP_CLI_VENDOR_DIR . '/mck89')
205
->exclude('demo')
206
->exclude('nb/oxymel/OxymelTest.php')
207
->exclude('composer/spdx-licenses')
0 commit comments