SYMBOL INDEX (10 symbols across 3 files) FILE: src/PackageVersions/Versions.php class Versions (line 10) | final class Versions method __construct (line 13) | private function __construct() method rootPackageName (line 22) | public static function rootPackageName(): string method getVersion (line 36) | public static function getVersion(string $packageName): string FILE: test/PackageVersionsTest/VersionsTest.php class VersionsTest (line 22) | #[CoversClass(Versions::class)] method testValidVersions (line 25) | public function testValidVersions(): void method testCanRetrieveRootPackageVersion (line 63) | #[Group('#148')] method testCanRetrieveRootPackageName (line 70) | #[Group('#153')] method testInvalidVersionsAreRejected (line 76) | public function testInvalidVersionsAreRejected(): void FILE: test/static-analysis/happy-path/expected-package-name.php function getVersion (line 8) | function getVersion(): string