diff --git a/.github/workflows/check-same-code-base.yml b/.github/workflows/check-same-code-base.yml index 4b939fa7..be597faf 100644 --- a/.github/workflows/check-same-code-base.yml +++ b/.github/workflows/check-same-code-base.yml @@ -46,7 +46,12 @@ jobs: - name: check-updater-phar run: | composer -V --ansi - ./vendor/bin/box info -lm flat updater.phar | LC_LOCALE=C sort | grep -Ev "^(Signature Hash| Version.php |Contents: | installed.php |Timestamp: )" > updater.old.txt + ./vendor/bin/box info -lm flat updater.phar | LC_LOCALE=C sort | grep -Ev "^(Signature Hash| Version.php |Contents: | installed.php |Timestamp: )" > /tmp/updater.old.txt + git status --porcelain make updater.phar ./vendor/bin/box info -lm flat updater.phar | LC_LOCALE=C sort | grep -Ev "^(Signature Hash| Version.php |Contents: | installed.php |Timestamp: )" > updater.txt - diff --suppress-common-lines -t --tabsize=4 -d -y --color=always updater.txt updater.old.txt + diff --suppress-common-lines -t --tabsize=4 -d -y --color=always updater.txt /tmp/updater.old.txt + + - name: Check that updater.phar is not dirty + run: | + [ "$(php updater.phar --version | awk '{ print $3 }')" != "dirty" ] diff --git a/updater.phar b/updater.phar index b8a20921..fbc88ec5 100755 Binary files a/updater.phar and b/updater.phar differ diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 37bad8c4..173bf8d5 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -16,7 +16,7 @@ class ComposerStaticInitcbbead1010db4afef500f7adc2b6cac3 ); public static $prefixLengthsPsr4 = array ( - 'S' => + 'S' => array ( 'Symfony\\Polyfill\\Mbstring\\' => 26, 'Symfony\\Polyfill\\Intl\\Normalizer\\' => 33, @@ -26,58 +26,58 @@ class ComposerStaticInitcbbead1010db4afef500f7adc2b6cac3 'Symfony\\Component\\String\\' => 25, 'Symfony\\Component\\Console\\' => 26, ), - 'P' => + 'P' => array ( 'Psr\\Container\\' => 14, ), - 'N' => + 'N' => array ( 'NC\\Updater\\' => 11, ), - 'B' => + 'B' => array ( 'Bamarni\\Composer\\Bin\\' => 21, ), ); public static $prefixDirsPsr4 = array ( - 'Symfony\\Polyfill\\Mbstring\\' => + 'Symfony\\Polyfill\\Mbstring\\' => array ( 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', ), - 'Symfony\\Polyfill\\Intl\\Normalizer\\' => + 'Symfony\\Polyfill\\Intl\\Normalizer\\' => array ( 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer', ), - 'Symfony\\Polyfill\\Intl\\Grapheme\\' => + 'Symfony\\Polyfill\\Intl\\Grapheme\\' => array ( 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-grapheme', ), - 'Symfony\\Polyfill\\Ctype\\' => + 'Symfony\\Polyfill\\Ctype\\' => array ( 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype', ), - 'Symfony\\Contracts\\Service\\' => + 'Symfony\\Contracts\\Service\\' => array ( 0 => __DIR__ . '/..' . '/symfony/service-contracts', ), - 'Symfony\\Component\\String\\' => + 'Symfony\\Component\\String\\' => array ( 0 => __DIR__ . '/..' . '/symfony/string', ), - 'Symfony\\Component\\Console\\' => + 'Symfony\\Component\\Console\\' => array ( 0 => __DIR__ . '/..' . '/symfony/console', ), - 'Psr\\Container\\' => + 'Psr\\Container\\' => array ( 0 => __DIR__ . '/..' . '/psr/container/src', ), - 'NC\\Updater\\' => + 'NC\\Updater\\' => array ( 0 => __DIR__ . '/../..' . '/lib', ), - 'Bamarni\\Composer\\Bin\\' => + 'Bamarni\\Composer\\Bin\\' => array ( 0 => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src', ), diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index a121f657..b23cf8d4 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => '__root__', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '0deb35c1f4fd23fea55c03db40f07c72603adc43', + 'reference' => '554e697f9494d7fabbd5d4d84a859ce177aa64c3', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -13,7 +13,7 @@ '__root__' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '0deb35c1f4fd23fea55c03db40f07c72603adc43', + 'reference' => '554e697f9494d7fabbd5d4d84a859ce177aa64c3', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(),