123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636 |
- <?php
- /*
- * This file is part of Composer.
- *
- * (c) Nils Adermann <naderman@naderman.de>
- * Jordi Boggiano <j.boggiano@seld.be>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
- namespace Composer;
- use Composer\Autoload\ClassLoader;
- use Composer\Semver\VersionParser;
- /**
- * This class is copied in every Composer installed project and available to all
- *
- * To require it's presence, you can require `composer-runtime-api ^2.0`
- */
- class InstalledVersions
- {
- private static $installed = array (
- 'root' =>
- array (
- 'pretty_version' => '1.0.0+no-version-set',
- 'version' => '1.0.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => NULL,
- 'name' => '__root__',
- ),
- 'versions' =>
- array (
- '__root__' =>
- array (
- 'pretty_version' => '1.0.0+no-version-set',
- 'version' => '1.0.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => NULL,
- ),
- 'discord-php/http' =>
- array (
- 'pretty_version' => 'v9.1.8',
- 'version' => '9.1.8.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '8dc95a63836f7f0161fc5e52e1d9feeaa36b36ba',
- ),
- 'discord/interactions' =>
- array (
- 'pretty_version' => '2.2.0',
- 'version' => '2.2.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'a6fc0c877b75cf5ff5811f2ea69c5cc4ad6ac457',
- ),
- 'evenement/evenement' =>
- array (
- 'pretty_version' => 'v3.0.1',
- 'version' => '3.0.1.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '531bfb9d15f8aa57454f5f0285b18bec903b8fb7',
- ),
- 'fig/http-message-util' =>
- array (
- 'pretty_version' => '1.1.5',
- 'version' => '1.1.5.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '9d94dc0154230ac39e5bf89398b324a86f63f765',
- ),
- 'guzzlehttp/psr7' =>
- array (
- 'pretty_version' => '2.4.3',
- 'version' => '2.4.3.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '67c26b443f348a51926030c83481b85718457d3d',
- ),
- 'mollie/polyfill-libsodium' =>
- array (
- 'pretty_version' => 'v1.1.1',
- 'version' => '1.1.1.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '60351707e048080a2218a97296f88733f050f183',
- ),
- 'monolog/monolog' =>
- array (
- 'pretty_version' => '2.9.1',
- 'version' => '2.9.1.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'f259e2b15fb95494c83f52d3caad003bbf5ffaa1',
- ),
- 'nesbot/carbon' =>
- array (
- 'pretty_version' => '2.66.0',
- 'version' => '2.66.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '496712849902241f04902033b0441b269effe001',
- ),
- 'psr/http-factory' =>
- array (
- 'pretty_version' => '1.0.1',
- 'version' => '1.0.1.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '12ac7fcd07e5b077433f5f2bee95b3a771bf61be',
- ),
- 'psr/http-factory-implementation' =>
- array (
- 'provided' =>
- array (
- 0 => '1.0',
- ),
- ),
- 'psr/http-message' =>
- array (
- 'pretty_version' => '1.0.1',
- 'version' => '1.0.1.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363',
- ),
- 'psr/http-message-implementation' =>
- array (
- 'provided' =>
- array (
- 0 => '1.0',
- ),
- ),
- 'psr/log' =>
- array (
- 'pretty_version' => '1.1.4',
- 'version' => '1.1.4.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
- ),
- 'psr/log-implementation' =>
- array (
- 'provided' =>
- array (
- 0 => '1.0.0 || 2.0.0 || 3.0.0',
- ),
- ),
- 'ralouphie/getallheaders' =>
- array (
- 'pretty_version' => '3.0.3',
- 'version' => '3.0.3.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '120b605dfeb996808c31b6477290a714d356e822',
- ),
- 'ratchet/pawl' =>
- array (
- 'pretty_version' => 'v0.4.1',
- 'version' => '0.4.1.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'af70198bab77a582b31169d3cc3982bed25c161f',
- ),
- 'ratchet/rfc6455' =>
- array (
- 'pretty_version' => 'v0.3.1',
- 'version' => '0.3.1.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '7c964514e93456a52a99a20fcfa0de242a43ccdb',
- ),
- 'react/cache' =>
- array (
- 'pretty_version' => 'v1.2.0',
- 'version' => '1.2.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'd47c472b64aa5608225f47965a484b75c7817d5b',
- ),
- 'react/child-process' =>
- array (
- 'pretty_version' => 'v0.6.5',
- 'version' => '0.6.5.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'e71eb1aa55f057c7a4a0d08d06b0b0a484bead43',
- ),
- 'react/datagram' =>
- array (
- 'pretty_version' => 'v1.5.0',
- 'version' => '1.5.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'e4c5bf8daf44630f0a938f40fe2104b2b76ad2ff',
- ),
- 'react/dns' =>
- array (
- 'pretty_version' => 'v1.10.0',
- 'version' => '1.10.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'a5427e7dfa47713e438016905605819d101f238c',
- ),
- 'react/event-loop' =>
- array (
- 'pretty_version' => 'v1.3.0',
- 'version' => '1.3.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '187fb56f46d424afb6ec4ad089269c72eec2e137',
- ),
- 'react/http' =>
- array (
- 'pretty_version' => 'v1.8.0',
- 'version' => '1.8.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'aa7512ee17258c88466de30f9cb44ec5f9df3ff3',
- ),
- 'react/partial' =>
- array (
- 'pretty_version' => 'v3.0.0',
- 'version' => '3.0.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'e06f034747561977670607888e0a99fd282308ab',
- ),
- 'react/promise' =>
- array (
- 'pretty_version' => 'v2.9.0',
- 'version' => '2.9.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '234f8fd1023c9158e2314fa9d7d0e6a83db42910',
- ),
- 'react/promise-stream' =>
- array (
- 'pretty_version' => 'v1.5.0',
- 'version' => '1.5.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'e6d2805e09ad50c4896f65f5e8705fe4ee7731a3',
- ),
- 'react/promise-timer' =>
- array (
- 'pretty_version' => 'v1.9.0',
- 'version' => '1.9.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'aa7a73c74b8d8c0f622f5982ff7b0351bc29e495',
- ),
- 'react/socket' =>
- array (
- 'pretty_version' => 'v1.12.0',
- 'version' => '1.12.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '81e1b4d7f5450ebd8d2e9a95bb008bb15ca95a7b',
- ),
- 'react/stream' =>
- array (
- 'pretty_version' => 'v1.2.0',
- 'version' => '1.2.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '7a423506ee1903e89f1e08ec5f0ed430ff784ae9',
- ),
- 'ringcentral/psr7' =>
- array (
- 'pretty_version' => '1.3.0',
- 'version' => '1.3.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '360faaec4b563958b673fb52bbe94e37f14bc686',
- ),
- 'symfony/deprecation-contracts' =>
- array (
- 'pretty_version' => 'v2.5.2',
- 'version' => '2.5.2.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66',
- ),
- 'symfony/options-resolver' =>
- array (
- 'pretty_version' => 'v5.4.19',
- 'version' => '5.4.19.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'b03c99236445492f20c61666e8f7e5d388b078e5',
- ),
- 'symfony/polyfill-mbstring' =>
- array (
- 'pretty_version' => 'v1.27.0',
- 'version' => '1.27.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '8ad114f6b39e2c98a8b0e3bd907732c207c2b534',
- ),
- 'symfony/polyfill-php73' =>
- array (
- 'pretty_version' => 'v1.27.0',
- 'version' => '1.27.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '9e8ecb5f92152187c4799efd3c96b78ccab18ff9',
- ),
- 'symfony/polyfill-php80' =>
- array (
- 'pretty_version' => 'v1.27.0',
- 'version' => '1.27.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936',
- ),
- 'symfony/translation' =>
- array (
- 'pretty_version' => 'v5.4.19',
- 'version' => '5.4.19.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '83d487b13b7fb4c0a6ad079f4e4c9b4525e1b695',
- ),
- 'symfony/translation-contracts' =>
- array (
- 'pretty_version' => 'v2.5.2',
- 'version' => '2.5.2.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '136b19dd05cdf0709db6537d058bcab6dd6e2dbe',
- ),
- 'symfony/translation-implementation' =>
- array (
- 'provided' =>
- array (
- 0 => '2.3',
- ),
- ),
- 'team-reflex/discord-php' =>
- array (
- 'pretty_version' => 'v7.3.4',
- 'version' => '7.3.4.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '82843da4346878a432171f8d82e345389f7cc49b',
- ),
- 'trafficcophp/bytebuffer' =>
- array (
- 'pretty_version' => 'v0.3',
- 'version' => '0.3.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'e94e5c87c41bc79c0f738b0fa89bad11d27ae0b4',
- ),
- ),
- );
- private static $canGetVendors;
- private static $installedByVendor = array();
- /**
- * Returns a list of all package names which are present, either by being installed, replaced or provided
- *
- * @return string[]
- * @psalm-return list<string>
- */
- public static function getInstalledPackages()
- {
- $packages = array();
- foreach (self::getInstalled() as $installed) {
- $packages[] = array_keys($installed['versions']);
- }
- if (1 === \count($packages)) {
- return $packages[0];
- }
- return array_keys(array_flip(\call_user_func_array('array_merge', $packages)));
- }
- /**
- * Checks whether the given package is installed
- *
- * This also returns true if the package name is provided or replaced by another package
- *
- * @param string $packageName
- * @return bool
- */
- public static function isInstalled($packageName)
- {
- foreach (self::getInstalled() as $installed) {
- if (isset($installed['versions'][$packageName])) {
- return true;
- }
- }
- return false;
- }
- /**
- * Checks whether the given package satisfies a version constraint
- *
- * e.g. If you want to know whether version 2.3+ of package foo/bar is installed, you would call:
- *
- * Composer\InstalledVersions::satisfies(new VersionParser, 'foo/bar', '^2.3')
- *
- * @param VersionParser $parser Install composer/semver to have access to this class and functionality
- * @param string $packageName
- * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
- *
- * @return bool
- */
- public static function satisfies(VersionParser $parser, $packageName, $constraint)
- {
- $constraint = $parser->parseConstraints($constraint);
- $provided = $parser->parseConstraints(self::getVersionRanges($packageName));
- return $provided->matches($constraint);
- }
- /**
- * Returns a version constraint representing all the range(s) which are installed for a given package
- *
- * It is easier to use this via isInstalled() with the $constraint argument if you need to check
- * whether a given version of a package is installed, and not just whether it exists
- *
- * @param string $packageName
- * @return string Version constraint usable with composer/semver
- */
- public static function getVersionRanges($packageName)
- {
- foreach (self::getInstalled() as $installed) {
- if (!isset($installed['versions'][$packageName])) {
- continue;
- }
- $ranges = array();
- if (isset($installed['versions'][$packageName]['pretty_version'])) {
- $ranges[] = $installed['versions'][$packageName]['pretty_version'];
- }
- if (array_key_exists('aliases', $installed['versions'][$packageName])) {
- $ranges = array_merge($ranges, $installed['versions'][$packageName]['aliases']);
- }
- if (array_key_exists('replaced', $installed['versions'][$packageName])) {
- $ranges = array_merge($ranges, $installed['versions'][$packageName]['replaced']);
- }
- if (array_key_exists('provided', $installed['versions'][$packageName])) {
- $ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']);
- }
- return implode(' || ', $ranges);
- }
- throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
- }
- /**
- * @param string $packageName
- * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
- */
- public static function getVersion($packageName)
- {
- foreach (self::getInstalled() as $installed) {
- if (!isset($installed['versions'][$packageName])) {
- continue;
- }
- if (!isset($installed['versions'][$packageName]['version'])) {
- return null;
- }
- return $installed['versions'][$packageName]['version'];
- }
- throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
- }
- /**
- * @param string $packageName
- * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
- */
- public static function getPrettyVersion($packageName)
- {
- foreach (self::getInstalled() as $installed) {
- if (!isset($installed['versions'][$packageName])) {
- continue;
- }
- if (!isset($installed['versions'][$packageName]['pretty_version'])) {
- return null;
- }
- return $installed['versions'][$packageName]['pretty_version'];
- }
- throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
- }
- /**
- * @param string $packageName
- * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as reference
- */
- public static function getReference($packageName)
- {
- foreach (self::getInstalled() as $installed) {
- if (!isset($installed['versions'][$packageName])) {
- continue;
- }
- if (!isset($installed['versions'][$packageName]['reference'])) {
- return null;
- }
- return $installed['versions'][$packageName]['reference'];
- }
- throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
- }
- /**
- * @return array
- * @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[]}
- */
- public static function getRootPackage()
- {
- $installed = self::getInstalled();
- return $installed[0]['root'];
- }
- /**
- * Returns the raw installed.php data for custom implementations
- *
- * @return array[]
- * @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[]}, versions: list<string, array{pretty_version: ?string, version: ?string, aliases: ?string[], reference: ?string, replaced: ?string[], provided: ?string[]}>}
- */
- public static function getRawData()
- {
- return self::$installed;
- }
- /**
- * Lets you reload the static array from another file
- *
- * This is only useful for complex integrations in which a project needs to use
- * this class but then also needs to execute another project's autoloader in process,
- * and wants to ensure both projects have access to their version of installed.php.
- *
- * A typical case would be PHPUnit, where it would need to make sure it reads all
- * the data it needs from this class, then call reload() with
- * `require $CWD/vendor/composer/installed.php` (or similar) as input to make sure
- * the project in which it runs can then also use this class safely, without
- * interference between PHPUnit's dependencies and the project's dependencies.
- *
- * @param array[] $data A vendor/composer/installed.php data set
- * @return void
- *
- * @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[]}, versions: list<string, array{pretty_version: ?string, version: ?string, aliases: ?string[], reference: ?string, replaced: ?string[], provided: ?string[]}>} $data
- */
- public static function reload($data)
- {
- self::$installed = $data;
- self::$installedByVendor = array();
- }
- /**
- * @return array[]
- */
- private static function getInstalled()
- {
- if (null === self::$canGetVendors) {
- self::$canGetVendors = method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders');
- }
- $installed = array();
- if (self::$canGetVendors) {
- // @phpstan-ignore-next-line
- foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
- if (isset(self::$installedByVendor[$vendorDir])) {
- $installed[] = self::$installedByVendor[$vendorDir];
- } elseif (is_file($vendorDir.'/composer/installed.php')) {
- $installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php';
- }
- }
- }
- $installed[] = self::$installed;
- return $installed;
- }
- }
|