Class Visibility Suggestions

Below, is a summary of all classes and their component's visiblity. Whenever a visibility is set and used at the right level, a green star is presented. Whenever it is set to a level, but could be updated to another, red and orange stars are mentioned. .

  Name Value None (public) Public Protected Private Constant
class ArchiveCommand
 FORMATS['tar', 'tar.gz', 'tar.bz2', 'zip']    
class Auditor
 ABANDONED_FAIL'fail'    
 ABANDONED_IGNORE'ignore'    
 ABANDONED_REPORT'report'    
 FORMATS[self::FORMAT_TABLE, self::FORMAT_PLAIN, self::FORMAT_JSON, self::FORMAT_SUMMARY, ]    
 FORMAT_JSON'json'    
 FORMAT_PLAIN'plain'    
 FORMAT_SUMMARY'summary'    
 FORMAT_TABLE'table'    
class BaseDependencyCommand
 ARGUMENT_CONSTRAINT'version'    
 ARGUMENT_PACKAGE'package'    
 OPTION_RECURSIVE'recursive'    
 OPTION_TREE'tree'    
 $colors<?php /*A*//*B*/ ?>    
class BasePackage
 STABILITY_ALPHA15    
 STABILITY_BETA10    
 STABILITY_DEV20    
 STABILITY_RC5    
 STABILITY_STABLE0    
 $supportedLinkTypes<?php /*A*//*B*/ ?>    
 $stabilities<?php /*A*//*B*/ ?>    
 $id<?php /*A*//*B*/ ?>    
 $name<?php /*A*//*B*/ ?>    
 $prettyName<?php /*A*//*B*/ ?>    
 $repository<?php /*A*//*B*/ ?>    
class Bitbucket
 OAUTH2_ACCESS_TOKEN_URL'https://bitbucket.org/site/oauth2/access_token'    
 $io<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $process<?php /*A*//*B*/ ?>    
 $httpDownloader<?php /*A*//*B*/ ?>    
 $token<?php /*A*//*B*/ ?>    
 $time<?php /*A*//*B*/ ?>    
class BumpCommand
 ERROR_GENERIC1    
 ERROR_LOCK_OUTDATED2    
class Composer
 BRANCH_ALIAS_VERSION'@package_branch_alias_version@'    
 RELEASE_DATE'@release_date@'    
 RUNTIME_API_VERSION'2.2.2'    
 SOURCE_VERSION'2.7.999-dev+source'    
 VERSION'@package_version@'    
 $locker<?php /*A*//*B*/ ?>    
 $downloadManager<?php /*A*//*B*/ ?>    
 $pluginManager<?php /*A*//*B*/ ?>    
 $autoloadGenerator<?php /*A*//*B*/ ?>    
 $archiveManager<?php /*A*//*B*/ ?>    
class Config
 RELATIVE_PATHS1    
 SOURCE_COMMAND'command'    
 SOURCE_DEFAULT'default'    
 SOURCE_UNKNOWN'unknown'    
 $defaultConfig<?php /*A*//*B*/ ?>    
 $defaultRepositories<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $baseDir<?php /*A*//*B*/ ?>    
 $repositories<?php /*A*//*B*/ ?>    
 $configSource<?php /*A*//*B*/ ?>    
 $authConfigSource<?php /*A*//*B*/ ?>    
 $localAuthConfigSource<?php /*A*//*B*/ ?>    
 $useEnvironment<?php /*A*//*B*/ ?>    
 $warnedHosts<?php /*A*//*B*/ ?>    
 $sslVerifyWarnedHosts<?php /*A*//*B*/ ?>    
 $sourceOfConfigValue<?php /*A*//*B*/ ?>    
class ConfigCommand
 CONFIGURABLE_PACKAGE_PROPERTIES['name', 'type', 'description', 'homepage', 'version', 'minimum-stability', 'prefer-stable', 'keywords', 'license', 'repositories', 'suggest', 'extra', ]    
 $config<?php /*A*//*B*/ ?>    
 $configFile<?php /*A*//*B*/ ?>    
 $configSource<?php /*A*//*B*/ ?>    
 $authConfigFile<?php /*A*//*B*/ ?>    
 $authConfigSource<?php /*A*//*B*/ ?>    
class ConfigValidator
 CHECK_VERSION1    
 $io<?php /*A*//*B*/ ?>    
class Decisions
 DECISION_LITERAL0    
 DECISION_REASON1    
 $pool<?php /*A*//*B*/ ?>    
 $decisionMap<?php /*A*//*B*/ ?>    
 $decisionQueue<?php /*A*//*B*/ ?>    
class GitLabDriver
 URL_REGEX'#^(?:(?P<scheme>https?)://(?P<domain>.+?)(?::(?P<port>[0-9]+))?/|git@(?P<domain2>[^:]+):)(?P<parts>.+)/(?P<repo>[^/]+?)(?:\.git|/)?$#'    
 $scheme<?php /*A*//*B*/ ?>    
 $namespace<?php /*A*//*B*/ ?>    
 $repository<?php /*A*//*B*/ ?>    
 $project<?php /*A*//*B*/ ?>    
 $commits<?php /*A*//*B*/ ?>    
 $tags<?php /*A*//*B*/ ?>    
 $branches<?php /*A*//*B*/ ?>    
 $gitDriver<?php /*A*//*B*/ ?>    
 $protocol<?php /*A*//*B*/ ?>    
 $isPrivate<?php /*A*//*B*/ ?>    
 $hasNonstandardOrigin<?php /*A*//*B*/ ?>    
class HttpDownloader
 STATUS_ABORTED5    
 STATUS_COMPLETED3    
 STATUS_FAILED4    
 STATUS_QUEUED1    
 STATUS_STARTED2    
 $io<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $jobs<?php /*A*//*B*/ ?>    
 $options<?php /*A*//*B*/ ?>    
 $runningJobs<?php /*A*//*B*/ ?>    
 $maxJobs<?php /*A*//*B*/ ?>    
 $curl<?php /*A*//*B*/ ?>    
 $rfs<?php /*A*//*B*/ ?>    
 $idGen<?php /*A*//*B*/ ?>    
 $disabled<?php /*A*//*B*/ ?>    
 $allowAsync<?php /*A*//*B*/ ?>    
class InstallOperation
 TYPE'install'    
 $package<?php /*A*//*B*/ ?>    
class Installer
 ERROR_AUDIT_FAILED5    
 ERROR_DEPENDENCY_RESOLUTION_FAILED2    
 ERROR_GENERIC_FAILURE1    
 ERROR_LOCK_FILE_INVALID4    
 ERROR_NONE0    
 ERROR_NO_LOCK_FILE_FOR_PARTIAL_UPDATE3    
 $io<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $package<?php /*A*//*B*/ ?>    
 $fixedRootPackage<?php /*A*//*B*/ ?>    
 $downloadManager<?php /*A*//*B*/ ?>    
 $repositoryManager<?php /*A*//*B*/ ?>    
 $locker<?php /*A*//*B*/ ?>    
 $installationManager<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
 $autoloadGenerator<?php /*A*//*B*/ ?>    
 $preferSource<?php /*A*//*B*/ ?>    
 $preferDist<?php /*A*//*B*/ ?>    
 $optimizeAutoloader<?php /*A*//*B*/ ?>    
 $classMapAuthoritative<?php /*A*//*B*/ ?>    
 $apcuAutoloader<?php /*A*//*B*/ ?>    
 $apcuAutoloaderPrefix<?php /*A*//*B*/ ?>    
 $devMode<?php /*A*//*B*/ ?>    
 $dryRun<?php /*A*//*B*/ ?>    
 $downloadOnly<?php /*A*//*B*/ ?>    
 $verbose<?php /*A*//*B*/ ?>    
 $update<?php /*A*//*B*/ ?>    
 $install<?php /*A*//*B*/ ?>    
 $dumpAutoloader<?php /*A*//*B*/ ?>    
 $runScripts<?php /*A*//*B*/ ?>    
 $preferStable<?php /*A*//*B*/ ?>    
 $preferLowest<?php /*A*//*B*/ ?>    
 $minimalUpdate<?php /*A*//*B*/ ?>    
 $writeLock<?php /*A*//*B*/ ?>    
 $executeOperations<?php /*A*//*B*/ ?>    
 $audit<?php /*A*//*B*/ ?>    
 $errorOnAudit<?php /*A*//*B*/ ?>    
 $auditFormat<?php /*A*//*B*/ ?>    
 $updateMirrors<?php /*A*//*B*/ ?>    
 $updateAllowList<?php /*A*//*B*/ ?>    
 $updateAllowTransitiveDependencies<?php /*A*//*B*/ ?>    
 $suggestedPackagesReporter<?php /*A*//*B*/ ?>    
 $platformRequirementFilter<?php /*A*//*B*/ ?>    
 $additionalFixedRepository<?php /*A*//*B*/ ?>    
 $temporaryConstraints<?php /*A*//*B*/ ?>    
class InstallerEvents
 PRE_OPERATIONS_EXEC'pre-operations-exec'    
class JsonFile
 AUTH_SCHEMA3    
 COMPOSER_SCHEMA_PATH__DIR__ . '/../../../res/composer-schema.json'    
 INDENT_DEFAULT' '    
 JSON_PRETTY_PRINT128    
 JSON_UNESCAPED_SLASHES64    
 JSON_UNESCAPED_UNICODE256    
 LAX_SCHEMA1    
 STRICT_SCHEMA2    
 $path<?php /*A*//*B*/ ?>    
 $httpDownloader<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $indent<?php /*A*//*B*/ ?>    
class JsonManipulator
 DEFINES'(?(DEFINE) (?<number> -? (?= [1-9]|0(?!\d) ) \d++ (?:\.\d++)? (?:[eE] [+-]?+ \d++)? ) (?<boolean> true | false | null ) (?<string> " (?:[^"\\\\]*+ | \\\\ ["\\\\bfnrt\/] | \\\\ u [0-9A-Fa-f]{4} )* " ) (?<array> \[ (?: (?&json) \s*+ (?: , (?&json) \s*+ )*+ )?+ \s*+ \] ) (?<pair> \s*+ (?&string) \s*+ : (?&json) \s*+ ) (?<object> \{ (?: (?&pair) (?: , (?&pair) )*+ )?+ \s*+ \} ) (?<json> \s*+ (?: (?&number) | (?&boolean) | (?&string) | (?&array) | (?&object) ) ) )'    
 $contents<?php /*A*//*B*/ ?>    
 $newline<?php /*A*//*B*/ ?>    
 $indent<?php /*A*//*B*/ ?>    
class Link
 TYPE_CONFLICT'conflicts'    
 TYPE_DEV_REQUIRE'devRequires'    
 TYPE_DOES_NOT_REQUIRE'does not require'    
 TYPE_PROVIDE'provides'    
 TYPE_REPLACE'replaces'    
 TYPE_REQUIRE'requires'    
 TYPE_UNKNOWN'relates to'    
 $TYPES<?php /*A*//*B*/ ?>    
 $source<?php /*A*//*B*/ ?>    
 $target<?php /*A*//*B*/ ?>    
 $constraint<?php /*A*//*B*/ ?>    
 $description<?php /*A*//*B*/ ?>    
 $prettyConstraint<?php /*A*//*B*/ ?>    
class MarkAliasInstalledOperation
 TYPE'markAliasInstalled'    
 $package<?php /*A*//*B*/ ?>    
class MarkAliasUninstalledOperation
 TYPE'markAliasUninstalled'    
 $package<?php /*A*//*B*/ ?>    
class PackageEvents
 POST_PACKAGE_INSTALL'post-package-install'    
 POST_PACKAGE_UNINSTALL'post-package-uninstall'    
 POST_PACKAGE_UPDATE'post-package-update'    
 PRE_PACKAGE_INSTALL'pre-package-install'    
 PRE_PACKAGE_UNINSTALL'pre-package-uninstall'    
 PRE_PACKAGE_UPDATE'pre-package-update'    
class PathDownloader
 STRATEGY_MIRROR20    
 STRATEGY_SYMLINK10    
class PlatformRepository
 PLATFORM_PACKAGE_REGEX'{^(?:php(?:-64bit|-ipv6|-zts|-debug)?|hhvm|(?:ext|lib)-[a-z0-9](?:[_.-]?[a-z0-9]+)*|composer(?:-(?:plugin|runtime)-api)?)$}iD'    
 $lastSeenPlatformPhp<?php /*A*//*B*/ ?>    
 $versionParser<?php /*A*//*B*/ ?>    
 $overrides<?php /*A*//*B*/ ?>    
 $disabledPackages<?php /*A*//*B*/ ?>    
 $runtime<?php /*A*//*B*/ ?>    
 $hhvmDetector<?php /*A*//*B*/ ?>    
class PluginEvents
 COMMAND'command'    
 INIT'init'    
 POST_FILE_DOWNLOAD'post-file-download'    
 PRE_COMMAND_RUN'pre-command-run'    
 PRE_FILE_DOWNLOAD'pre-file-download'    
 PRE_POOL_CREATE'pre-pool-create'    
class ProcessExecutor
 STATUS_ABORTED5    
 STATUS_COMPLETED3    
 STATUS_FAILED4    
 STATUS_QUEUED1    
 STATUS_STARTED2    
 $timeout<?php /*A*//*B*/ ?>    
 $captureOutput<?php /*A*//*B*/ ?>    
 $errorOutput<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $jobs<?php /*A*//*B*/ ?>    
 $runningJobs<?php /*A*//*B*/ ?>    
 $maxJobs<?php /*A*//*B*/ ?>    
 $idGen<?php /*A*//*B*/ ?>    
 $allowAsync<?php /*A*//*B*/ ?>    
class RepositorySet
 ALLOW_SHADOWED_REPOSITORIES2    
 ALLOW_UNACCEPTABLE_STABILITIES1    
 $rootAliases<?php /*A*//*B*/ ?>    
 $rootReferences<?php /*A*//*B*/ ?>    
 $repositories<?php /*A*//*B*/ ?>    
 $acceptableStabilities<?php /*A*//*B*/ ?>    
 $stabilityFlags<?php /*A*//*B*/ ?>    
 $rootRequires<?php /*A*//*B*/ ?>    
 $temporaryConstraints<?php /*A*//*B*/ ?>    
 $locked<?php /*A*//*B*/ ?>    
 $allowInstalledRepositories<?php /*A*//*B*/ ?>    
class Request
 UPDATE_LISTED_WITH_TRANSITIVE_DEPS2    
 UPDATE_LISTED_WITH_TRANSITIVE_DEPS_NO_ROOT_REQUIRE1    
 UPDATE_ONLY_LISTED0    
 $lockedRepository<?php /*A*//*B*/ ?>    
 $requires<?php /*A*//*B*/ ?>    
 $fixedPackages<?php /*A*//*B*/ ?>    
 $lockedPackages<?php /*A*//*B*/ ?>    
 $fixedLockedPackages<?php /*A*//*B*/ ?>    
 $updateAllowList<?php /*A*//*B*/ ?>    
 $updateAllowTransitiveDependencies<?php /*A*//*B*/ ?>    
 $restrictedPackages<?php /*A*//*B*/ ?>    
class RootPackage
 DEFAULT_PRETTY_VERSION'1.0.0+no-version-set'    
 $minimumStability<?php /*A*//*B*/ ?>    
 $preferStable<?php /*A*//*B*/ ?>    
 $stabilityFlags<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $references<?php /*A*//*B*/ ?>    
 $aliases<?php /*A*//*B*/ ?>    
class Rule
 BITFIELD_DISABLED16    
 BITFIELD_REASON8    
 BITFIELD_TYPE0    
 RULE_FIXED3    
 RULE_LEARNED12    
 RULE_PACKAGE_ALIAS13    
 RULE_PACKAGE_CONFLICT6    
 RULE_PACKAGE_INVERSE_ALIAS14    
 RULE_PACKAGE_REQUIRES7    
 RULE_PACKAGE_SAME_NAME10    
 RULE_ROOT_REQUIRE2    
 $bitfield<?php /*A*//*B*/ ?>    
 $request<?php /*A*//*B*/ ?>    
 $reasonData<?php /*A*//*B*/ ?>    
class RuleSet
 TYPES[self::TYPE_PACKAGE => 'PACKAGE', self::TYPE_REQUEST => 'REQUEST', self::TYPE_LEARNED => 'LEARNED', ]    
 TYPE_LEARNED4    
 TYPE_PACKAGE0    
 TYPE_REQUEST1    
 $ruleById<?php /*A*//*B*/ ?>    
 $rules<?php /*A*//*B*/ ?>    
 $nextRuleId<?php /*A*//*B*/ ?>    
 $rulesByHash<?php /*A*//*B*/ ?>    
class ScriptEvents
 POST_ARCHIVE_CMD'post-archive-cmd'    
 POST_AUTOLOAD_DUMP'post-autoload-dump'    
 POST_CREATE_PROJECT_CMD'post-create-project-cmd'    
 POST_INSTALL_CMD'post-install-cmd'    
 POST_ROOT_PACKAGE_INSTALL'post-root-package-install'    
 POST_STATUS_CMD'post-status-cmd'    
 POST_UPDATE_CMD'post-update-cmd'    
 PRE_ARCHIVE_CMD'pre-archive-cmd'    
 PRE_AUTOLOAD_DUMP'pre-autoload-dump'    
 PRE_INSTALL_CMD'pre-install-cmd'    
 PRE_STATUS_CMD'pre-status-cmd'    
 PRE_UPDATE_CMD'pre-update-cmd'    
class SelfUpdateCommand
 HOMEPAGE'getcomposer.org'    
 OLD_INSTALL_EXT'-old.phar'    
class Solver
 BRANCH_LEVEL1    
 BRANCH_LITERALS0    
 $policy<?php /*A*//*B*/ ?>    
 $pool<?php /*A*//*B*/ ?>    
 $rules<?php /*A*//*B*/ ?>    
 $watchGraph<?php /*A*//*B*/ ?>    
 $decisions<?php /*A*//*B*/ ?>    
 $fixedMap<?php /*A*//*B*/ ?>    
 $propagateIndex<?php /*A*//*B*/ ?>    
 $branches<?php /*A*//*B*/ ?>    
 $problems<?php /*A*//*B*/ ?>    
 $learnedPool<?php /*A*//*B*/ ?>    
 $learnedWhy<?php /*A*//*B*/ ?>    
 $testFlagLearnedPositiveLiteral<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
class SolverOperation
 TYPE''    
class SolverProblemsException
 ERROR_DEPENDENCY_RESOLUTION_FAILED2    
 $problems<?php /*A*//*B*/ ?>    
 $learnedPool<?php /*A*//*B*/ ?>    
class StatusCommand
 EXIT_CODE_ERRORS1    
 EXIT_CODE_UNPUSHED_CHANGES2    
 EXIT_CODE_VERSION_CHANGES4    
class SuggestedPackagesReporter
 MODE_BY_PACKAGE2    
 MODE_BY_SUGGESTION4    
 MODE_LIST1    
 $suggestedPackages<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
class Svn
 MAX_QTY_AUTH_TRIES5    
 $credentials<?php /*A*//*B*/ ?>    
 $hasAuth<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $url<?php /*A*//*B*/ ?>    
 $cacheCredentials<?php /*A*//*B*/ ?>    
 $process<?php /*A*//*B*/ ?>    
 $qtyAuthTries<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $version<?php /*A*//*B*/ ?>    
class UninstallOperation
 TYPE'uninstall'    
 $package<?php /*A*//*B*/ ?>    
class UpdateOperation
 TYPE'update'    
 $initialPackage<?php /*A*//*B*/ ?>    
 $targetPackage<?php /*A*//*B*/ ?>    
class ValidatingArrayLoader
 CHECK_ALL3    
 CHECK_STRICT_CONSTRAINTS2    
 CHECK_UNBOUND_CONSTRAINTS1    
 $loader<?php /*A*//*B*/ ?>    
 $versionParser<?php /*A*//*B*/ ?>    
 $errors<?php /*A*//*B*/ ?>    
 $warnings<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $flags<?php /*A*//*B*/ ?>    
class VersionParser
 DEFAULT_BRANCH_ALIAS'9999999-dev'    
 $constraints<?php /*A*//*B*/ ?>    
class Versions
 CHANNELS['stable', 'preview', 'snapshot', '1', '2', '2.2']    
 $channels<?php /*A*//*B*/ ?>    
 $httpDownloader<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $channel<?php /*A*//*B*/ ?>    
 $versionsData<?php /*A*//*B*/ ?>    
class Cache
 $cacheCollected<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $root<?php /*A*//*B*/ ?>    
 $enabled<?php /*A*//*B*/ ?>    
 $allowlist<?php /*A*//*B*/ ?>    
 $filesystem<?php /*A*//*B*/ ?>    
 $readOnly<?php /*A*//*B*/ ?>    
class PartialComposer
 $package<?php /*A*//*B*/ ?>    
 $loop<?php /*A*//*B*/ ?>    
 $repositoryManager<?php /*A*//*B*/ ?>    
 $installationManager<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
class InstalledVersions
 $installed<?php /*A*//*B*/ ?>    
 $canGetVendors<?php /*A*//*B*/ ?>    
 $installedByVendor<?php /*A*//*B*/ ?>    
class Compiler
 $version<?php /*A*//*B*/ ?>    
 $branchAliasVersion<?php /*A*//*B*/ ?>    
 $versionDate<?php /*A*//*B*/ ?>    
class ConfigReturnTypeExtension
 $properties<?php /*A*//*B*/ ?>    
class PackageRepository
 $config<?php /*A*//*B*/ ?>    
class CompositeRepository
 $repositories<?php /*A*//*B*/ ?>    
class ArrayRepository
 $packages<?php /*A*//*B*/ ?>    
 $packageMap<?php /*A*//*B*/ ?>    
class WritableArrayRepository
 $devPackageNames<?php /*A*//*B*/ ?>    
 $devMode<?php /*A*//*B*/ ?>    
class VcsRepository
 $url<?php /*A*//*B*/ ?>    
 $packageName<?php /*A*//*B*/ ?>    
 $isVerbose<?php /*A*//*B*/ ?>    
 $isVeryVerbose<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $versionParser<?php /*A*//*B*/ ?>    
 $type<?php /*A*//*B*/ ?>    
 $loader<?php /*A*//*B*/ ?>    
 $repoConfig<?php /*A*//*B*/ ?>    
 $httpDownloader<?php /*A*//*B*/ ?>    
 $processExecutor<?php /*A*//*B*/ ?>    
 $branchErrorOccurred<?php /*A*//*B*/ ?>    
 $drivers<?php /*A*//*B*/ ?>    
 $driver<?php /*A*//*B*/ ?>    
 $versionCache<?php /*A*//*B*/ ?>    
 $emptyReferences<?php /*A*//*B*/ ?>    
 $versionTransportExceptions<?php /*A*//*B*/ ?>    
class ComposerRepository
 $repoConfig<?php /*A*//*B*/ ?>    
 $options<?php /*A*//*B*/ ?>    
 $url<?php /*A*//*B*/ ?>    
 $baseUrl<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $httpDownloader<?php /*A*//*B*/ ?>    
 $loop<?php /*A*//*B*/ ?>    
 $cache<?php /*A*//*B*/ ?>    
 $notifyUrl<?php /*A*//*B*/ ?>    
 $searchUrl<?php /*A*//*B*/ ?>    
 $providersApiUrl<?php /*A*//*B*/ ?>    
 $hasProviders<?php /*A*//*B*/ ?>    
 $providersUrl<?php /*A*//*B*/ ?>    
 $listUrl<?php /*A*//*B*/ ?>    
 $hasAvailablePackageList<?php /*A*//*B*/ ?>    
 $availablePackages<?php /*A*//*B*/ ?>    
 $availablePackagePatterns<?php /*A*//*B*/ ?>    
 $lazyProvidersUrl<?php /*A*//*B*/ ?>    
 $providerListing<?php /*A*//*B*/ ?>    
 $loader<?php /*A*//*B*/ ?>    
 $allowSslDowngrade<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
 $sourceMirrors<?php /*A*//*B*/ ?>    
 $distMirrors<?php /*A*//*B*/ ?>    
 $degradedMode<?php /*A*//*B*/ ?>    
 $rootData<?php /*A*//*B*/ ?>    
 $hasPartialPackages<?php /*A*//*B*/ ?>    
 $partialPackagesByName<?php /*A*//*B*/ ?>    
 $displayedWarningAboutNonMatchingPackageIndex<?php /*A*//*B*/ ?>    
 $securityAdvisoryConfig<?php /*A*//*B*/ ?>    
 $freshMetadataUrls<?php /*A*//*B*/ ?>    
 $packagesNotFoundCache<?php /*A*//*B*/ ?>    
 $versionParser<?php /*A*//*B*/ ?>    
class ArtifactRepository
 $loader<?php /*A*//*B*/ ?>    
 $lookup<?php /*A*//*B*/ ?>    
 $repoConfig<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
class RepositoryManager
 $localRepository<?php /*A*//*B*/ ?>    
 $repositories<?php /*A*//*B*/ ?>    
 $repositoryClasses<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $httpDownloader<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
 $process<?php /*A*//*B*/ ?>    
class PathRepository
 $loader<?php /*A*//*B*/ ?>    
 $versionGuesser<?php /*A*//*B*/ ?>    
 $url<?php /*A*//*B*/ ?>    
 $repoConfig<?php /*A*//*B*/ ?>    
 $process<?php /*A*//*B*/ ?>    
 $options<?php /*A*//*B*/ ?>    
class FilterRepository
 $only<?php /*A*//*B*/ ?>    
 $exclude<?php /*A*//*B*/ ?>    
 $canonical<?php /*A*//*B*/ ?>    
 $repo<?php /*A*//*B*/ ?>    
class FilesystemRepository
 $file<?php /*A*//*B*/ ?>    
 $dumpVersions<?php /*A*//*B*/ ?>    
 $rootPackage<?php /*A*//*B*/ ?>    
 $filesystem<?php /*A*//*B*/ ?>    
 $devMode<?php /*A*//*B*/ ?>    
class GitHubDriver
 $owner<?php /*A*//*B*/ ?>    
 $repository<?php /*A*//*B*/ ?>    
 $tags<?php /*A*//*B*/ ?>    
 $branches<?php /*A*//*B*/ ?>    
 $rootIdentifier<?php /*A*//*B*/ ?>    
 $repoData<?php /*A*//*B*/ ?>    
 $hasIssues<?php /*A*//*B*/ ?>    
 $isPrivate<?php /*A*//*B*/ ?>    
 $isArchived<?php /*A*//*B*/ ?>    
 $fundingInfo<?php /*A*//*B*/ ?>    
 $gitDriver<?php /*A*//*B*/ ?>    
class VcsDriver
 $url<?php /*A*//*B*/ ?>    
 $originUrl<?php /*A*//*B*/ ?>    
 $repoConfig<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $process<?php /*A*//*B*/ ?>    
 $httpDownloader<?php /*A*//*B*/ ?>    
 $infoCache<?php /*A*//*B*/ ?>    
 $cache<?php /*A*//*B*/ ?>    
class SvnDriver
 $baseUrl<?php /*A*//*B*/ ?>    
 $tags<?php /*A*//*B*/ ?>    
 $branches<?php /*A*//*B*/ ?>    
 $rootIdentifier<?php /*A*//*B*/ ?>    
 $trunkPath<?php /*A*//*B*/ ?>    
 $branchesPath<?php /*A*//*B*/ ?>    
 $tagsPath<?php /*A*//*B*/ ?>    
 $packagePath<?php /*A*//*B*/ ?>    
 $cacheCredentials<?php /*A*//*B*/ ?>    
 $util<?php /*A*//*B*/ ?>    
class HgDriver
 $tags<?php /*A*//*B*/ ?>    
 $branches<?php /*A*//*B*/ ?>    
 $rootIdentifier<?php /*A*//*B*/ ?>    
 $repoDir<?php /*A*//*B*/ ?>    
class PerforceDriver
 $depot<?php /*A*//*B*/ ?>    
 $branch<?php /*A*//*B*/ ?>    
 $perforce<?php /*A*//*B*/ ?>    
class GitBitbucketDriver
 $owner<?php /*A*//*B*/ ?>    
 $repository<?php /*A*//*B*/ ?>    
 $hasIssues<?php /*A*//*B*/ ?>    
 $rootIdentifier<?php /*A*//*B*/ ?>    
 $tags<?php /*A*//*B*/ ?>    
 $branches<?php /*A*//*B*/ ?>    
 $branchesUrl<?php /*A*//*B*/ ?>    
 $tagsUrl<?php /*A*//*B*/ ?>    
 $homeUrl<?php /*A*//*B*/ ?>    
 $website<?php /*A*//*B*/ ?>    
 $cloneHttpsUrl<?php /*A*//*B*/ ?>    
 $repoData<?php /*A*//*B*/ ?>    
 $fallbackDriver<?php /*A*//*B*/ ?>    
 $vcsType<?php /*A*//*B*/ ?>    
class GitDriver
 $tags<?php /*A*//*B*/ ?>    
 $branches<?php /*A*//*B*/ ?>    
 $rootIdentifier<?php /*A*//*B*/ ?>    
 $repoDir<?php /*A*//*B*/ ?>    
class FossilDriver
 $tags<?php /*A*//*B*/ ?>    
 $branches<?php /*A*//*B*/ ?>    
 $rootIdentifier<?php /*A*//*B*/ ?>    
 $repoFile<?php /*A*//*B*/ ?>    
 $checkoutDir<?php /*A*//*B*/ ?>    
class Git
 $version<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $process<?php /*A*//*B*/ ?>    
 $filesystem<?php /*A*//*B*/ ?>    
class NoProxyPattern
 $hostNames<?php /*A*//*B*/ ?>    
 $rules<?php /*A*//*B*/ ?>    
 $noproxy<?php /*A*//*B*/ ?>    
class AuthHelper
 $io<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $displayedOriginAuthentications<?php /*A*//*B*/ ?>    
 $bitbucketRetry<?php /*A*//*B*/ ?>    
class Silencer
 $stack<?php /*A*//*B*/ ?>    
class Filesystem
 $processExecutor<?php /*A*//*B*/ ?>    
class GitHub
 $io<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $process<?php /*A*//*B*/ ?>    
 $httpDownloader<?php /*A*//*B*/ ?>    
class GitLab
 $io<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $process<?php /*A*//*B*/ ?>    
 $httpDownloader<?php /*A*//*B*/ ?>    
class Platform
 $isVirtualBoxGuest<?php /*A*//*B*/ ?>    
 $isWindowsSubsystemForLinux<?php /*A*//*B*/ ?>    
class Perforce
 $path<?php /*A*//*B*/ ?>    
 $p4Depot<?php /*A*//*B*/ ?>    
 $p4Client<?php /*A*//*B*/ ?>    
 $p4User<?php /*A*//*B*/ ?>    
 $p4Password<?php /*A*//*B*/ ?>    
 $p4Port<?php /*A*//*B*/ ?>    
 $p4Stream<?php /*A*//*B*/ ?>    
 $p4ClientSpec<?php /*A*//*B*/ ?>    
 $p4DepotType<?php /*A*//*B*/ ?>    
 $p4Branch<?php /*A*//*B*/ ?>    
 $process<?php /*A*//*B*/ ?>    
 $uniquePerforceClientName<?php /*A*//*B*/ ?>    
 $windowsFlag<?php /*A*//*B*/ ?>    
 $commandResult<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $filesystem<?php /*A*//*B*/ ?>    
class Hg
 $version<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $process<?php /*A*//*B*/ ?>    
class RemoteFilesystem
 $io<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $scheme<?php /*A*//*B*/ ?>    
 $bytesMax<?php /*A*//*B*/ ?>    
 $originUrl<?php /*A*//*B*/ ?>    
 $fileUrl<?php /*A*//*B*/ ?>    
 $fileName<?php /*A*//*B*/ ?>    
 $retry<?php /*A*//*B*/ ?>    
 $progress<?php /*A*//*B*/ ?>    
 $lastProgress<?php /*A*//*B*/ ?>    
 $options<?php /*A*//*B*/ ?>    
 $disableTls<?php /*A*//*B*/ ?>    
 $lastHeaders<?php /*A*//*B*/ ?>    
 $storeAuth<?php /*A*//*B*/ ?>    
 $authHelper<?php /*A*//*B*/ ?>    
 $degradedMode<?php /*A*//*B*/ ?>    
 $redirects<?php /*A*//*B*/ ?>    
 $maxRedirects<?php /*A*//*B*/ ?>    
 $proxyManager<?php /*A*//*B*/ ?>    
class ErrorHandler
 $io<?php /*A*//*B*/ ?>    
class Loop
 $httpDownloader<?php /*A*//*B*/ ?>    
 $processExecutor<?php /*A*//*B*/ ?>    
 $currentPromises<?php /*A*//*B*/ ?>    
 $waitIndex<?php /*A*//*B*/ ?>    
class ProxyManager
 $error<?php /*A*//*B*/ ?>    
 $fullProxy<?php /*A*//*B*/ ?>    
 $safeProxy<?php /*A*//*B*/ ?>    
 $streams<?php /*A*//*B*/ ?>    
 $hasProxy<?php /*A*//*B*/ ?>    
 $info<?php /*A*//*B*/ ?>    
 $noProxyHandler<?php /*A*//*B*/ ?>    
 $instance<?php /*A*//*B*/ ?>    
class Response
 $request<?php /*A*//*B*/ ?>    
 $code<?php /*A*//*B*/ ?>    
 $headers<?php /*A*//*B*/ ?>    
 $body<?php /*A*//*B*/ ?>    
class RequestProxy
 $contextOptions<?php /*A*//*B*/ ?>    
 $isSecure<?php /*A*//*B*/ ?>    
 $formattedUrl<?php /*A*//*B*/ ?>    
 $url<?php /*A*//*B*/ ?>    
class CurlDownloader
 $multiHandle<?php /*A*//*B*/ ?>    
 $shareHandle<?php /*A*//*B*/ ?>    
 $jobs<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $authHelper<?php /*A*//*B*/ ?>    
 $selectTimeout<?php /*A*//*B*/ ?>    
 $maxRedirects<?php /*A*//*B*/ ?>    
 $maxRetries<?php /*A*//*B*/ ?>    
 $proxyManager<?php /*A*//*B*/ ?>    
 $supportsSecureProxy<?php /*A*//*B*/ ?>    
 $multiErrors<?php /*A*//*B*/ ?>    
 $options<?php /*A*//*B*/ ?>    
 $timeInfo<?php /*A*//*B*/ ?>    
class CurlResponse
 $curlInfo<?php /*A*//*B*/ ?>    
class JsonConfigSource
 $file<?php /*A*//*B*/ ?>    
 $authConfig<?php /*A*//*B*/ ?>    
class Event
 $name<?php /*A*//*B*/ ?>    
 $args<?php /*A*//*B*/ ?>    
 $flags<?php /*A*//*B*/ ?>    
 $propagationStopped<?php /*A*//*B*/ ?>    
class EventDispatcher
 $composer<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $loader<?php /*A*//*B*/ ?>    
 $process<?php /*A*//*B*/ ?>    
 $listeners<?php /*A*//*B*/ ?>    
 $runScripts<?php /*A*//*B*/ ?>    
 $eventStack<?php /*A*//*B*/ ?>    
class HhvmDetector
 $hhvmVersion<?php /*A*//*B*/ ?>    
 $executableFinder<?php /*A*//*B*/ ?>    
 $processExecutor<?php /*A*//*B*/ ?>    
class BufferIO
 $input<?php /*A*//*B*/ ?>    
 $output<?php /*A*//*B*/ ?>    
class ConsoleIO
 $input<?php /*A*//*B*/ ?>    
 $output<?php /*A*//*B*/ ?>    
 $helperSet<?php /*A*//*B*/ ?>    
 $lastMessage<?php /*A*//*B*/ ?>    
 $lastMessageErr<?php /*A*//*B*/ ?>    
 $startTime<?php /*A*//*B*/ ?>    
 $verbosityMap<?php /*A*//*B*/ ?>    
class BaseIO
 $authentications<?php /*A*//*B*/ ?>    
class PreCommandRunEvent
 $input<?php /*A*//*B*/ ?>    
 $command<?php /*A*//*B*/ ?>    
class CommandEvent
 $commandName<?php /*A*//*B*/ ?>    
 $input<?php /*A*//*B*/ ?>    
 $output<?php /*A*//*B*/ ?>    
class PluginManager
 $composer<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $globalComposer<?php /*A*//*B*/ ?>    
 $versionParser<?php /*A*//*B*/ ?>    
 $disablePlugins<?php /*A*//*B*/ ?>    
 $plugins<?php /*A*//*B*/ ?>    
 $registeredPlugins<?php /*A*//*B*/ ?>    
 $allowPluginRules<?php /*A*//*B*/ ?>    
 $allowGlobalPluginRules<?php /*A*//*B*/ ?>    
 $runningInGlobalDir<?php /*A*//*B*/ ?>    
 $classCounter<?php /*A*//*B*/ ?>    
class PreFileDownloadEvent
 $httpDownloader<?php /*A*//*B*/ ?>    
 $processedUrl<?php /*A*//*B*/ ?>    
 $customCacheKey<?php /*A*//*B*/ ?>    
 $type<?php /*A*//*B*/ ?>    
 $context<?php /*A*//*B*/ ?>    
 $transportOptions<?php /*A*//*B*/ ?>    
class PostFileDownloadEvent
 $fileName<?php /*A*//*B*/ ?>    
 $checksum<?php /*A*//*B*/ ?>    
 $url<?php /*A*//*B*/ ?>    
 $context<?php /*A*//*B*/ ?>    
 $type<?php /*A*//*B*/ ?>    
class PrePoolCreateEvent
 $repositories<?php /*A*//*B*/ ?>    
 $request<?php /*A*//*B*/ ?>    
 $acceptableStabilities<?php /*A*//*B*/ ?>    
 $stabilityFlags<?php /*A*//*B*/ ?>    
 $rootAliases<?php /*A*//*B*/ ?>    
 $rootReferences<?php /*A*//*B*/ ?>    
 $packages<?php /*A*//*B*/ ?>    
 $unacceptableFixedPackages<?php /*A*//*B*/ ?>    
class VcsDownloader
 $io<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $process<?php /*A*//*B*/ ?>    
 $filesystem<?php /*A*//*B*/ ?>    
 $hasCleanedChanges<?php /*A*//*B*/ ?>    
class DownloadManager
 $io<?php /*A*//*B*/ ?>    
 $preferDist<?php /*A*//*B*/ ?>    
 $preferSource<?php /*A*//*B*/ ?>    
 $packagePreferences<?php /*A*//*B*/ ?>    
 $filesystem<?php /*A*//*B*/ ?>    
 $downloaders<?php /*A*//*B*/ ?>    
class SvnDownloader
 $cacheCredentials<?php /*A*//*B*/ ?>    
class FileDownloader
 $io<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $httpDownloader<?php /*A*//*B*/ ?>    
 $filesystem<?php /*A*//*B*/ ?>    
 $cache<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
 $process<?php /*A*//*B*/ ?>    
 $downloadMetadata<?php /*A*//*B*/ ?>    
 $responseHeaders<?php /*A*//*B*/ ?>    
 $lastCacheWrites<?php /*A*//*B*/ ?>    
 $additionalCleanupPaths<?php /*A*//*B*/ ?>    
class TransportException
 $headers<?php /*A*//*B*/ ?>    
 $response<?php /*A*//*B*/ ?>    
 $statusCode<?php /*A*//*B*/ ?>    
 $responseInfo<?php /*A*//*B*/ ?>    
class ArchiveDownloader
 $cleanupExecuted<?php /*A*//*B*/ ?>    
class PerforceDownloader
 $perforce<?php /*A*//*B*/ ?>    
class GitDownloader
 $hasStashedChanges<?php /*A*//*B*/ ?>    
 $hasDiscardedChanges<?php /*A*//*B*/ ?>    
 $gitUtil<?php /*A*//*B*/ ?>    
 $cachedPackages<?php /*A*//*B*/ ?>    
class RuleWatchGraph
 $watchChains<?php /*A*//*B*/ ?>    
class GenericRule
 $literals<?php /*A*//*B*/ ?>    
class LockTransaction
 $presentMap<?php /*A*//*B*/ ?>    
 $unlockableMap<?php /*A*//*B*/ ?>    
 $resultPackages<?php /*A*//*B*/ ?>    
class ZipDownloader
 $unzipCommands<?php /*A*//*B*/ ?>    
 $hasZipArchive<?php /*A*//*B*/ ?>    
 $isWindows<?php /*A*//*B*/ ?>    
 $zipArchiveObject<?php /*A*//*B*/ ?>    
class Event
 $composer<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $devMode<?php /*A*//*B*/ ?>    
 $originatingEvent<?php /*A*//*B*/ ?>    
class StrictConfirmationQuestion
 $trueAnswerRegex<?php /*A*//*B*/ ?>    
 $falseAnswerRegex<?php /*A*//*B*/ ?>    
class JsonValidationException
 $errors<?php /*A*//*B*/ ?>    
class Rule2Literals
 $literal1<?php /*A*//*B*/ ?>    
 $literal2<?php /*A*//*B*/ ?>    
class DefaultPolicy
 $preferStable<?php /*A*//*B*/ ?>    
 $preferLowest<?php /*A*//*B*/ ?>    
 $preferredVersions<?php /*A*//*B*/ ?>    
 $preferredPackageResultCachePerPool<?php /*A*//*B*/ ?>    
 $sortingCachePerPool<?php /*A*//*B*/ ?>    
class RuleWatchNode
 $watch1<?php /*A*//*B*/ ?>    
 $watch2<?php /*A*//*B*/ ?>    
 $rule<?php /*A*//*B*/ ?>    
class Transaction
 $operations<?php /*A*//*B*/ ?>    
 $presentPackages<?php /*A*//*B*/ ?>    
 $resultPackageMap<?php /*A*//*B*/ ?>    
 $resultPackagesByName<?php /*A*//*B*/ ?>    
class Pool
 $packages<?php /*A*//*B*/ ?>    
 $packageByName<?php /*A*//*B*/ ?>    
 $versionParser<?php /*A*//*B*/ ?>    
 $providerCache<?php /*A*//*B*/ ?>    
 $unacceptableFixedOrLockedPackages<?php /*A*//*B*/ ?>    
 $removedVersions<?php /*A*//*B*/ ?>    
 $removedVersionsByPackage<?php /*A*//*B*/ ?>    
class MultiConflictRule
 $literals<?php /*A*//*B*/ ?>    
class PoolOptimizer
 $policy<?php /*A*//*B*/ ?>    
 $irremovablePackages<?php /*A*//*B*/ ?>    
 $requireConstraintsPerPackage<?php /*A*//*B*/ ?>    
 $conflictConstraintsPerPackage<?php /*A*//*B*/ ?>    
 $packagesToRemove<?php /*A*//*B*/ ?>    
 $aliasesPerPackage<?php /*A*//*B*/ ?>    
 $removedVersionsByPackage<?php /*A*//*B*/ ?>    
class RuleSetGenerator
 $policy<?php /*A*//*B*/ ?>    
 $pool<?php /*A*//*B*/ ?>    
 $rules<?php /*A*//*B*/ ?>    
 $addedMap<?php /*A*//*B*/ ?>    
 $addedPackagesByNames<?php /*A*//*B*/ ?>    
class PoolBuilder
 $acceptableStabilities<?php /*A*//*B*/ ?>    
 $stabilityFlags<?php /*A*//*B*/ ?>    
 $rootAliases<?php /*A*//*B*/ ?>    
 $rootReferences<?php /*A*//*B*/ ?>    
 $temporaryConstraints<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
 $poolOptimizer<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $aliasMap<?php /*A*//*B*/ ?>    
 $packagesToLoad<?php /*A*//*B*/ ?>    
 $loadedPackages<?php /*A*//*B*/ ?>    
 $loadedPerRepo<?php /*A*//*B*/ ?>    
 $packages<?php /*A*//*B*/ ?>    
 $unacceptableFixedOrLockedPackages<?php /*A*//*B*/ ?>    
 $updateAllowList<?php /*A*//*B*/ ?>    
 $skippedLoad<?php /*A*//*B*/ ?>    
 $restrictedPackagesList<?php /*A*//*B*/ ?>    
 $pathRepoUnlocked<?php /*A*//*B*/ ?>    
 $maxExtendedReqs<?php /*A*//*B*/ ?>    
 $updateAllowWarned<?php /*A*//*B*/ ?>    
 $indexCounter<?php /*A*//*B*/ ?>    
class Problem
 $reasonSeen<?php /*A*//*B*/ ?>    
 $reasons<?php /*A*//*B*/ ?>    
 $section<?php /*A*//*B*/ ?>    
class RuleSetIterator
 $rules<?php /*A*//*B*/ ?>    
 $types<?php /*A*//*B*/ ?>    
 $currentOffset<?php /*A*//*B*/ ?>    
 $currentType<?php /*A*//*B*/ ?>    
 $currentTypeOffset<?php /*A*//*B*/ ?>    
class AutoloadGenerator
 $eventDispatcher<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $devMode<?php /*A*//*B*/ ?>    
 $classMapAuthoritative<?php /*A*//*B*/ ?>    
 $apcu<?php /*A*//*B*/ ?>    
 $apcuPrefix<?php /*A*//*B*/ ?>    
 $dryRun<?php /*A*//*B*/ ?>    
 $runScripts<?php /*A*//*B*/ ?>    
 $platformRequirementFilter<?php /*A*//*B*/ ?>    
class ClassLoader
 $includeFile<?php /*A*//*B*/ ?>    
 $vendorDir<?php /*A*//*B*/ ?>    
 $prefixLengthsPsr4<?php /*A*//*B*/ ?>    
 $prefixDirsPsr4<?php /*A*//*B*/ ?>    
 $fallbackDirsPsr4<?php /*A*//*B*/ ?>    
 $prefixesPsr0<?php /*A*//*B*/ ?>    
 $fallbackDirsPsr0<?php /*A*//*B*/ ?>    
 $useIncludePath<?php /*A*//*B*/ ?>    
 $classMap<?php /*A*//*B*/ ?>    
 $classMapAuthoritative<?php /*A*//*B*/ ?>    
 $missingClasses<?php /*A*//*B*/ ?>    
 $apcuPrefix<?php /*A*//*B*/ ?>    
 $registeredLoaders<?php /*A*//*B*/ ?>    
class ScriptAliasCommand
 $script<?php /*A*//*B*/ ?>    
 $description<?php /*A*//*B*/ ?>    
 $aliases<?php /*A*//*B*/ ?>    
class CreateProjectCommand
 $suggestedPackagesReporter<?php /*A*//*B*/ ?>    
class BaseCommand
 $composer<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
class ShowCommand
 $versionParser<?php /*A*//*B*/ ?>    
 $colors<?php /*A*//*B*/ ?>    
 $repositorySet<?php /*A*//*B*/ ?>    
class InitCommand
 $gitConfig<?php /*A*//*B*/ ?>    
class RunScriptCommand
 $scriptEvents<?php /*A*//*B*/ ?>    
class RequireCommand
 $newlyCreated<?php /*A*//*B*/ ?>    
 $firstRequire<?php /*A*//*B*/ ?>    
 $json<?php /*A*//*B*/ ?>    
 $file<?php /*A*//*B*/ ?>    
 $composerBackup<?php /*A*//*B*/ ?>    
 $lock<?php /*A*//*B*/ ?>    
 $lockBackup<?php /*A*//*B*/ ?>    
 $dependencyResolutionCompleted<?php /*A*//*B*/ ?>    
class DiagnoseCommand
 $httpDownloader<?php /*A*//*B*/ ?>    
 $process<?php /*A*//*B*/ ?>    
 $exitCode<?php /*A*//*B*/ ?>    
class IgnoreListPlatformRequirementFilter
 $ignoreRegex<?php /*A*//*B*/ ?>    
 $ignoreUpperBoundRegex<?php /*A*//*B*/ ?>    
class BinaryInstaller
 $binDir<?php /*A*//*B*/ ?>    
 $binCompat<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $filesystem<?php /*A*//*B*/ ?>    
 $vendorDir<?php /*A*//*B*/ ?>    
class PackageEvent
 $composer<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $devMode<?php /*A*//*B*/ ?>    
 $localRepo<?php /*A*//*B*/ ?>    
 $operations<?php /*A*//*B*/ ?>    
 $operation<?php /*A*//*B*/ ?>    
class InstallerEvent
 $composer<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $devMode<?php /*A*//*B*/ ?>    
 $executeOperations<?php /*A*//*B*/ ?>    
 $transaction<?php /*A*//*B*/ ?>    
class LibraryInstaller
 $composer<?php /*A*//*B*/ ?>    
 $vendorDir<?php /*A*//*B*/ ?>    
 $downloadManager<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $type<?php /*A*//*B*/ ?>    
 $filesystem<?php /*A*//*B*/ ?>    
 $binaryInstaller<?php /*A*//*B*/ ?>    
class MetapackageInstaller
 $io<?php /*A*//*B*/ ?>    
class ProjectInstaller
 $installPath<?php /*A*//*B*/ ?>    
 $downloadManager<?php /*A*//*B*/ ?>    
 $filesystem<?php /*A*//*B*/ ?>    
class InstallationManager
 $installers<?php /*A*//*B*/ ?>    
 $cache<?php /*A*//*B*/ ?>    
 $notifiablePackages<?php /*A*//*B*/ ?>    
 $loop<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $eventDispatcher<?php /*A*//*B*/ ?>    
 $outputProgress<?php /*A*//*B*/ ?>    
class SecurityAdvisory
 $title<?php /*A*//*B*/ ?>    
 $cve<?php /*A*//*B*/ ?>    
 $link<?php /*A*//*B*/ ?>    
 $reportedAt<?php /*A*//*B*/ ?>    
 $sources<?php /*A*//*B*/ ?>    
 $severity<?php /*A*//*B*/ ?>    
class PartialSecurityAdvisory
 $advisoryId<?php /*A*//*B*/ ?>    
 $packageName<?php /*A*//*B*/ ?>    
 $affectedVersions<?php /*A*//*B*/ ?>    
class IgnoredSecurityAdvisory
 $ignoreReason<?php /*A*//*B*/ ?>    
class Package
 $type<?php /*A*//*B*/ ?>    
 $targetDir<?php /*A*//*B*/ ?>    
 $installationSource<?php /*A*//*B*/ ?>    
 $sourceType<?php /*A*//*B*/ ?>    
 $sourceUrl<?php /*A*//*B*/ ?>    
 $sourceReference<?php /*A*//*B*/ ?>    
 $sourceMirrors<?php /*A*//*B*/ ?>    
 $distType<?php /*A*//*B*/ ?>    
 $distUrl<?php /*A*//*B*/ ?>    
 $distReference<?php /*A*//*B*/ ?>    
 $distSha1Checksum<?php /*A*//*B*/ ?>    
 $distMirrors<?php /*A*//*B*/ ?>    
 $version<?php /*A*//*B*/ ?>    
 $prettyVersion<?php /*A*//*B*/ ?>    
 $releaseDate<?php /*A*//*B*/ ?>    
 $extra<?php /*A*//*B*/ ?>    
 $binaries<?php /*A*//*B*/ ?>    
 $dev<?php /*A*//*B*/ ?>    
 $stability<?php /*A*//*B*/ ?>    
 $notificationUrl<?php /*A*//*B*/ ?>    
 $requires<?php /*A*//*B*/ ?>    
 $conflicts<?php /*A*//*B*/ ?>    
 $provides<?php /*A*//*B*/ ?>    
 $replaces<?php /*A*//*B*/ ?>    
 $devRequires<?php /*A*//*B*/ ?>    
 $suggests<?php /*A*//*B*/ ?>    
 $autoload<?php /*A*//*B*/ ?>    
 $devAutoload<?php /*A*//*B*/ ?>    
 $includePaths<?php /*A*//*B*/ ?>    
 $isDefaultBranch<?php /*A*//*B*/ ?>    
 $transportOptions<?php /*A*//*B*/ ?>    
class CompleteAliasPackage
 $aliasOf<?php /*A*//*B*/ ?>    
class AliasPackage
 $version<?php /*A*//*B*/ ?>    
 $prettyVersion<?php /*A*//*B*/ ?>    
 $dev<?php /*A*//*B*/ ?>    
 $rootPackageAlias<?php /*A*//*B*/ ?>    
 $stability<?php /*A*//*B*/ ?>    
 $hasSelfVersionRequires<?php /*A*//*B*/ ?>    
 $aliasOf<?php /*A*//*B*/ ?>    
 $requires<?php /*A*//*B*/ ?>    
 $devRequires<?php /*A*//*B*/ ?>    
 $conflicts<?php /*A*//*B*/ ?>    
 $provides<?php /*A*//*B*/ ?>    
 $replaces<?php /*A*//*B*/ ?>    
class Locker
 $lockFile<?php /*A*//*B*/ ?>    
 $installationManager<?php /*A*//*B*/ ?>    
 $hash<?php /*A*//*B*/ ?>    
 $contentHash<?php /*A*//*B*/ ?>    
 $loader<?php /*A*//*B*/ ?>    
 $dumper<?php /*A*//*B*/ ?>    
 $process<?php /*A*//*B*/ ?>    
 $lockDataCache<?php /*A*//*B*/ ?>    
 $virtualFileWritten<?php /*A*//*B*/ ?>    
class RootAliasPackage
 $aliasOf<?php /*A*//*B*/ ?>    
class CompletePackage
 $repositories<?php /*A*//*B*/ ?>    
 $license<?php /*A*//*B*/ ?>    
 $keywords<?php /*A*//*B*/ ?>    
 $authors<?php /*A*//*B*/ ?>    
 $description<?php /*A*//*B*/ ?>    
 $homepage<?php /*A*//*B*/ ?>    
 $scripts<?php /*A*//*B*/ ?>    
 $support<?php /*A*//*B*/ ?>    
 $funding<?php /*A*//*B*/ ?>    
 $abandoned<?php /*A*//*B*/ ?>    
 $archiveName<?php /*A*//*B*/ ?>    
 $archiveExcludes<?php /*A*//*B*/ ?>    
class ArchiveManager
 $downloadManager<?php /*A*//*B*/ ?>    
 $loop<?php /*A*//*B*/ ?>    
 $archivers<?php /*A*//*B*/ ?>    
 $overwriteFiles<?php /*A*//*B*/ ?>    
class ArchivableFilesFinder
 $finder<?php /*A*//*B*/ ?>    
class PharArchiver
 $formats<?php /*A*//*B*/ ?>    
 $compressFormats<?php /*A*//*B*/ ?>    
class BaseExcludeFilter
 $sourcePath<?php /*A*//*B*/ ?>    
 $excludePatterns<?php /*A*//*B*/ ?>    
class ArchivableFilesFilter
 $dirs<?php /*A*//*B*/ ?>    
class ZipArchiver
 $formats<?php /*A*//*B*/ ?>    
class VersionGuesser
 $config<?php /*A*//*B*/ ?>    
 $process<?php /*A*//*B*/ ?>    
 $versionParser<?php /*A*//*B*/ ?>    
class VersionSelector
 $repositorySet<?php /*A*//*B*/ ?>    
 $platformConstraints<?php /*A*//*B*/ ?>    
 $parser<?php /*A*//*B*/ ?>    
class InvalidPackageException
 $errors<?php /*A*//*B*/ ?>    
 $warnings<?php /*A*//*B*/ ?>    
 $data<?php /*A*//*B*/ ?>    
class ArrayLoader
 $versionParser<?php /*A*//*B*/ ?>    
 $loadOptions<?php /*A*//*B*/ ?>    
class RootPackageLoader
 $manager<?php /*A*//*B*/ ?>    
 $config<?php /*A*//*B*/ ?>    
 $versionGuesser<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
class JsonLoader
 $loader<?php /*A*//*B*/ ?>    
class Comparer
 $source<?php /*A*//*B*/ ?>    
 $update<?php /*A*//*B*/ ?>    
 $changed<?php /*A*//*B*/ ?>    
class Application
 $composer<?php /*A*//*B*/ ?>    
 $io<?php /*A*//*B*/ ?>    
 $logo<?php /*A*//*B*/ ?>    
 $hasPluginCommands<?php /*A*//*B*/ ?>    
 $disablePluginsByDefault<?php /*A*//*B*/ ?>    
 $disableScriptsByDefault<?php /*A*//*B*/ ?>    
 $initialWorkingDirectory<?php /*A*//*B*/ ?>    
 $signalHandler<?php /*A*//*B*/ ?>    
class GithubActionError
 $io<?php /*A*//*B*/ ?>    
class HtmlOutputFormatter
 $availableForegroundColors<?php /*A*//*B*/ ?>    
 $availableBackgroundColors<?php /*A*//*B*/ ?>    
 $availableOptions<?php /*A*//*B*/ ?>    
class InputArgument
 $suggestedValues<?php /*A*//*B*/ ?>    
class InputOption
 $suggestedValues<?php /*A*//*B*/ ?>