Skip to content

Commit

Permalink
autoloader: Update composer 2.0.9 hash in tests (#19098)
Browse files Browse the repository at this point in the history
Composer rebuilt the package which changed the hash. See
composer/composer#9746 (comment).
  • Loading branch information
anomiex committed Mar 9, 2021
1 parent 1df2510 commit c2b8e3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions projects/packages/autoloader/changelog/fix-autoloader-tests
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Update tests for changed composer 2.0.9 hash.
Expand Up @@ -363,7 +363,7 @@ private function execute_composer( $plugin_dir ) {
'2.0.9' => array(
'min' => '2.6.0',
'url' => 'https://getcomposer.org/download/2.0.9/composer.phar',
'sha256' => '24faa5bc807e399f32e9a21a33fbb5b0686df9c8850efabe2c047c2ccfb9f9cc',
'sha256' => '8e91344a5ca2fc0fb583c50f195a1f36918908561c4ea3d6f01a4ef01c3b8560',
),
// Version 2.0.6 of Composer changed a base class we used to inherit in a way that throws fatals.
'2.0.5' => array(
Expand Down

0 comments on commit c2b8e3e

Please sign in to comment.