HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/smarthr-co-in/demo/laravel_06/template/vendor/sebastian/global-state/composer.json
{
    "name": "sebastian/global-state",
    "description": "Snapshotting of global state",
    "keywords": ["global state"],
    "homepage": "https://www.github.com/sebastianbergmann/global-state",
    "license": "BSD-3-Clause",
    "authors": [
        {
            "name": "Sebastian Bergmann",
            "email": "[email protected]"
        }
    ],
    "support": {
        "issues": "https://github.com/sebastianbergmann/global-state/issues",
        "security": "https://github.com/sebastianbergmann/global-state/security/policy"
    },
    "prefer-stable": true,
    "config": {
        "platform": {
            "php": "8.2.0"
        },
        "optimize-autoloader": true,
        "sort-packages": true
    },
    "require": {
        "php": ">=8.2",
        "sebastian/object-reflector": "^4.0",
        "sebastian/recursion-context": "^6.0"
    },
    "require-dev": {
        "ext-dom": "*",
        "phpunit/phpunit": "^11.0"
    },
    "autoload": {
        "classmap": [
            "src/"
        ]
    },
    "autoload-dev": {
        "classmap": [
            "tests/_fixture/"
        ],
        "files": [
            "tests/_fixture/SnapshotFunctions.php"
        ]
    },
    "extra": {
        "branch-alias": {
            "dev-main": "7.0-dev"
        }
    }
}