//! ref: composer/src/Composer/Repository/PlatformRepository.php pub struct PlatformRepository; impl PlatformRepository { pub fn is_platform_package(req: &str) -> bool { todo!() } }