Skip to content

Commit d04cd59

Browse files
authored
Merge pull request #14 from wp-cli/add-i18n-to-make-phar
Add i18n-command dependencies to make-phar
2 parents 300b53d + 5fb78f8 commit d04cd59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/make-phar.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ function get_composer_versions( $current_version ) {
200200
->in(WP_CLI_VENDOR_DIR . '/symfony/console')
201201
->in(WP_CLI_VENDOR_DIR . '/symfony/filesystem')
202202
->in(WP_CLI_VENDOR_DIR . '/justinrainbow/json-schema')
203+
->in(WP_CLI_VENDOR_DIR . '/gettext')
204+
->in(WP_CLI_VENDOR_DIR . '/mck89')
203205
->exclude('demo')
204206
->exclude('nb/oxymel/OxymelTest.php')
205207
->exclude('composer/spdx-licenses')

0 commit comments

Comments
 (0)