HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/payments-gateway/vendor/symfony/phpunit-bridge/composer.json
{
    "name": "symfony/phpunit-bridge",
    "type": "symfony-bridge",
    "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
    "keywords": [],
    "homepage": "https://symfony.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Nicolas Grekas",
            "email": "p@tchwork.com"
        },
        {
            "name": "Symfony Community",
            "homepage": "https://symfony.com/contributors"
        }
    ],
    "require": {
        "php": ">=7.2.5 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING",
        "php": "THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS.",
        "php": ">=7.2.5"
    },
    "require-dev": {
        "symfony/deprecation-contracts": "^2.5|^3.0",
        "symfony/error-handler": "^5.4|^6.4|^7.0",
        "symfony/polyfill-php81": "^1.27"
    },
    "conflict": {
        "phpunit/phpunit": "<7.5|9.1.2"
    },
    "autoload": {
        "files": [ "bootstrap.php" ],
        "psr-4": { "Symfony\\Bridge\\PhpUnit\\": "" },
        "exclude-from-classmap": [
            "/Tests/",
            "/bin/"
        ]
    },
    "bin": [
        "bin/simple-phpunit"
    ],
    "minimum-stability": "dev",
    "extra": {
        "thanks": {
            "name": "phpunit/phpunit",
            "url": "https://github.com/sebastianbergmann/phpunit"
        }
    }
}