{ "name": "sebastian/git-state", "description": "Library for describing the state of a Git checkout", "type": "library", "homepage": "https://github.com/sebastianbergmann/git-state", "license": "BSD-3-Clause", "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "support": { "issues": "https://github.com/sebastianbergmann/git-state/issues", "security": "https://github.com/sebastianbergmann/git-state/security/policy" }, "prefer-stable": true, "require": { "php": ">=8.4" }, "require-dev": { "phpunit/phpunit": "^13.0" }, "config": { "platform": { "php": "8.4.1" }, "optimize-autoloader": true, "sort-packages": true }, "autoload": { "classmap": [ "src/" ] }, "extra": { "branch-alias": { "dev-main": "1.0-dev" } } }