From 54f8ba47307d4be01fff5e3c703c18e1df357fbe Mon Sep 17 00:00:00 2001 From: Tiavina Date: Mon, 24 Feb 2025 21:12:00 +0300 Subject: [PATCH] remove polyfill 81 from autoload --- gestion/vendor/composer/autoload_classmap.php | 1 - gestion/vendor/composer/autoload_psr4.php | 1 - gestion/vendor/composer/autoload_static.php | 1 - 3 files changed, 3 deletions(-) diff --git a/gestion/vendor/composer/autoload_classmap.php b/gestion/vendor/composer/autoload_classmap.php index 7038b19..345452c 100644 --- a/gestion/vendor/composer/autoload_classmap.php +++ b/gestion/vendor/composer/autoload_classmap.php @@ -427,7 +427,6 @@ return array( 'PharIo\\Version\\VersionConstraintValue' => $vendorDir . '/phar-io/version/src/VersionConstraintValue.php', 'PharIo\\Version\\VersionNumber' => $vendorDir . '/phar-io/version/src/VersionNumber.php', 'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', - 'ReturnTypeWillChange' => $vendorDir . '/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php', 'SebastianBergmann\\CliParser\\AmbiguousOptionException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php', 'SebastianBergmann\\CliParser\\Exception' => $vendorDir . '/sebastian/cli-parser/src/exceptions/Exception.php', 'SebastianBergmann\\CliParser\\OptionDoesNotAllowArgumentException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php', diff --git a/gestion/vendor/composer/autoload_psr4.php b/gestion/vendor/composer/autoload_psr4.php index 722e06e..ee6d7ee 100644 --- a/gestion/vendor/composer/autoload_psr4.php +++ b/gestion/vendor/composer/autoload_psr4.php @@ -8,7 +8,6 @@ $baseDir = dirname($vendorDir); return array( 'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'), 'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'), - 'Symfony\\Polyfill\\Php81\\' => array($vendorDir . '/symfony/polyfill-php81'), 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'), 'Symfony\\Polyfill\\Php73\\' => array($vendorDir . '/symfony/polyfill-php73'), 'Symfony\\Polyfill\\Php72\\' => array($vendorDir . '/symfony/polyfill-php72'), diff --git a/gestion/vendor/composer/autoload_static.php b/gestion/vendor/composer/autoload_static.php index a2d7748..51ffdec 100644 --- a/gestion/vendor/composer/autoload_static.php +++ b/gestion/vendor/composer/autoload_static.php @@ -663,7 +663,6 @@ class ComposerStaticInit4e4b1a7db13d3f09b3be1f5826185b1b 'PharIo\\Version\\VersionConstraintValue' => __DIR__ . '/..' . '/phar-io/version/src/VersionConstraintValue.php', 'PharIo\\Version\\VersionNumber' => __DIR__ . '/..' . '/phar-io/version/src/VersionNumber.php', 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', - 'ReturnTypeWillChange' => __DIR__ . '/..' . '/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php', 'SebastianBergmann\\CliParser\\AmbiguousOptionException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php', 'SebastianBergmann\\CliParser\\Exception' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/Exception.php', 'SebastianBergmann\\CliParser\\OptionDoesNotAllowArgumentException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php',