drupflare/worker - v1.0.0
    Preparing search index...

    Type Alias PlatformVersions

    PlatformVersions: Record<string, string>

    Requirements that are always satisfied by the platform rather than by a package.

    php is the interpreter's own version and the others are extensions the build either has or cannot ever have. They are listed rather than pattern-matched on ext- so that a MISSING extension is a real conflict: this build has no pdo_sqlite, and a module requiring it must be refused, not waved through by a blanket rule.