We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970c079 commit e39a161Copy full SHA for e39a161
1 file changed
utils/make-phar.php
@@ -228,6 +228,7 @@ function get_composer_versions( $current_version ) {
228
->in( WP_CLI_VENDOR_DIR . '/nb/oxymel' )
229
->in( WP_CLI_VENDOR_DIR . '/psr' )
230
->in( WP_CLI_VENDOR_DIR . '/seld' )
231
+ ->in( WP_CLI_VENDOR_DIR . '/marc-mabe/php-enum' ) // required by justinrainbow/json-schema.
232
->in( WP_CLI_VENDOR_DIR . '/justinrainbow/json-schema' )
233
->in( WP_CLI_VENDOR_DIR . '/gettext' )
234
->in( WP_CLI_VENDOR_DIR . '/mck89' )
0 commit comments