We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3d539 commit 1df854aCopy full SHA for 1df854a
utils/make-phar.php
@@ -320,7 +320,7 @@ function get_composer_versions( $current_version ) {
320
add_file( $phar, EE_VENDOR_DIR . '/composer/composer/LICENSE' );
321
add_file( $phar, EE_VENDOR_DIR . '/composer/composer/res/composer-schema.json' );
322
}
323
-add_file( $phar, EE_VENDOR_DIR . '/rmccue/requests/library/Requests/Transport/cacert.pem' );
+add_file( $phar, EE_VENDOR_DIR . '/rmccue/requests/certificates/cacert.pem' );
324
325
set_file_contents( $phar, EE_ROOT . '/COMPOSER_VERSIONS', get_composer_versions( $current_version ) );
326
set_file_contents( $phar, EE_ROOT . '/VERSION', $current_version );
0 commit comments