File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ function get_composer_versions( $current_version ) {
190190 ->in ( WP_CLI_BUNDLE_ROOT . '/php ' )
191191 ->in ( WP_CLI_VENDOR_DIR . '/mustache ' )
192192 ->in ( WP_CLI_VENDOR_DIR . '/eftec/bladeone ' )
193- ->in ( WP_CLI_VENDOR_DIR . '/rmccue/requests ' )
193+ ->in ( WP_CLI_ROOT . '/bundle /rmccue/requests ' )
194194 ->in ( WP_CLI_VENDOR_DIR . '/composer ' )
195195 ->in ( WP_CLI_VENDOR_DIR . '/symfony ' )
196196 ->notName ( 'behat-tags.php ' )
@@ -290,7 +290,7 @@ function get_composer_versions( $current_version ) {
290290 add_file ( $ phar , WP_CLI_VENDOR_DIR . '/composer/composer/LICENSE ' );
291291 add_file ( $ phar , WP_CLI_VENDOR_DIR . '/composer/composer/res/composer-schema.json ' );
292292}
293- add_file ( $ phar , WP_CLI_VENDOR_DIR . '/rmccue/requests/certificates/cacert.pem ' );
293+ add_file ( $ phar , WP_CLI_ROOT . '/bundle /rmccue/requests/certificates/cacert.pem ' );
294294
295295set_file_contents ( $ phar , WP_CLI_ROOT . '/COMPOSER_VERSIONS ' , get_composer_versions ( $ current_version ) );
296296set_file_contents ( $ phar , WP_CLI_ROOT . '/VERSION ' , $ current_version );
You can’t perform that action at this time.
0 commit comments