sha256:57ef18c96ec774526b324e9ae36fa4eb1fb1dbc5d6a893851e814c961b37b2e2

Found in archives

{
    "packages": [
        {
            "name": "package-with-extensions",
            "require": {
                "php": ">=5.3",
                "ext-json": "*",
                "ext-ldap": "*",
                "ext-random": "*"
            }
        },
        {
            "name": "polyfill",
            "require-dev": {
                "symfony/polyfill-random": "*"
            }
        }
    ],
    "packages-dev": [
        {
            "name": "dev-package",
            "require": {
                "php": "^7.2",
                "ext-gettext": "*"
            },
            "require-dev": {
                "php": "^7.3",
                "ext-interbase": "*"
            }
        }
    ],
    "platform": {
        "php": "^10",
        "ext-phar": "*"
    }
}

Return to home page.