Skip to content

Commit e39a161

Browse files
committed
Add missing dependency to built phar
1 parent 970c079 commit e39a161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/make-phar.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ function get_composer_versions( $current_version ) {
228228
->in( WP_CLI_VENDOR_DIR . '/nb/oxymel' )
229229
->in( WP_CLI_VENDOR_DIR . '/psr' )
230230
->in( WP_CLI_VENDOR_DIR . '/seld' )
231+
->in( WP_CLI_VENDOR_DIR . '/marc-mabe/php-enum' ) // required by justinrainbow/json-schema.
231232
->in( WP_CLI_VENDOR_DIR . '/justinrainbow/json-schema' )
232233
->in( WP_CLI_VENDOR_DIR . '/gettext' )
233234
->in( WP_CLI_VENDOR_DIR . '/mck89' )

0 commit comments

Comments
 (0)