Skip to content

Commit 5fb78f8

Browse files
committed
Add i18n-command dependencies to make-phar
1 parent 300b53d commit 5fb78f8

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)