{
    "name": "php/pie",
    "type": "project",
    "description": "PIE - the PHP Installer for Extensions",
    "license": "BSD-3-Clause",
    "bin": ["bin/pie"],
    "autoload": {
        "psr-4": {
            "Php\\Pie\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Php\\PieIntegrationTest\\": "test/integration/",
            "Php\\PieUnitTest\\": "test/unit/",
            "Php\\PieBehaviourTest\\": "test/behaviour/"
        }
    },
    "authors": [
        {
            "name": "James Titcumb",
            "email": "asgrim@php.net"
        },
        {
            "name": "PIE contributors",
            "homepage": "https://github.com/php/pie/graphs/contributors"
        }
    ],
    "require": {
        "php": "8.1.*||8.2.*||8.3.*||8.4.*||8.5.*||8.6.*",
        "composer/composer": "^2.10.2",
        "composer/pcre": "^3.4.0",
        "composer/semver": "^3.4.4",
        "fidry/cpu-core-counter": "^1.3.0",
        "illuminate/container": "^10.49.0",
        "psr/container": "^2.0.2",
        "symfony/console": "^6.4.43",
        "symfony/event-dispatcher": "^6.4.43",
        "symfony/process": "^6.4.41",
        "thecodingmachine/safe": "^3.4",
        "thephpf/attestation": "^0.0.7",
        "webmozart/assert": "^1.12.1"
    },
    "require-dev": {
        "ext-openssl": "*",
        "behat/behat": "^3.29.0",
        "bnf/phpstan-psr-container": "^1.1",
        "cyclonedx/cyclonedx-php-composer": "^6.2.0",
        "doctrine/coding-standard": "^14.0.0",
        "phpstan/phpstan": "^2.2.8",
        "phpstan/phpstan-phpunit": "^2.0.18",
        "phpstan/phpstan-webmozart-assert": "^2.0",
        "phpunit/phpunit": "^10.5.64",
        "thecodingmachine/phpstan-safe-rule": "^1.4.7"
    },
    "replace": {
        "symfony/polyfill-php81": "*",
        "symfony/polyfill-php80": "*",
        "symfony/polyfill-php73": "*"
    },
    "config": {
        "sort-packages": true,
        "preferred-install": "dist",
        "bump-after-update": true,
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "cyclonedx/cyclonedx-php-composer": true
        },
        "platform": {
            "php": "8.1.99"
        }
    }
}
