{
    "name": "composer-unused/symbol-parser",
    "description": "Toolkit to parse symbols from a composer package",
    "license": "MIT",
    "type": "library",
    "keywords": [
        "composer",
        "symbol",
        "parser"
    ],
    "authors": [
        {
            "name": "Andreas Frömer",
            "email": "composer-unused@icanhazstring.com"
        }
    ],
    "homepage": "https://github.com/composer-unused/symbol-parser",
    "support": {
        "issues": "https://github.com/composer-unused/symbol-parser/issues",
        "source": "https://github.com/composer-unused/symbol-parser"
    },
    "funding": [
        {
            "type": "other",
            "url": "https://paypal.me/icanhazstring"
        },
        {
            "type": "github",
            "url": "https://github.com/sponsors/icanhazstring"
        }
    ],
    "require": {
        "php": "^7.4 || ^8.0",
        "composer-unused/contracts": "^0.3",
        "nikic/php-parser": "^5.0",
        "phpstan/phpdoc-parser": "^1.25 || ^2",
        "psr/container": "^1.0 || ^2.0",
        "psr/log": "^1.1 || ^2 || ^3",
        "symfony/finder": "^5.3 || ^6.0 || ^7.0"
    },
    "require-dev": {
        "ext-ds": "*",
        "ergebnis/composer-normalize": "^2.45",
        "phpstan/phpstan": "^2.1",
        "phpunit/phpunit": "^9.6.10 || ^10.5",
        "roave/security-advisories": "dev-master",
        "squizlabs/php_codesniffer": "^3.11.3",
        "symfony/serializer": "^5.4"
    },
    "autoload": {
        "psr-4": {
            "ComposerUnused\\SymbolParser\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "ComposerUnused\\SymbolParser\\Test\\": "tests/"
        }
    },
    "config": {
        "allow-plugins": {
            "ergebnis/composer-normalize": true
        },
        "preferred-install": "dist",
        "sort-packages": true
    },
    "scripts": {
        "analyse": "phpstan analyse --no-progress",
        "check": [
            "@cs-check",
            "@analyse",
            "@test"
        ],
        "cs-check": "phpcs --parallel=50",
        "cs-fix": "phpcbf --parallel=50",
        "test": "phpunit --configuration phpunit-10.xml"
    },
    "scripts-descriptions": {
        "analyse": "Use \"phpstan\" to the analyse static code. See phpstan.neon",
        "check": "Check the coding covention and run the tests",
        "cs-check": "Use \"phpcs\" to check the coding convention. See phpcs.xml",
        "cs-fix": "Use \"phpcbf\" to fix the coding convention. See phpcs.xml",
        "test": "Use \"phpunit\" to run the tests. See phpunit-10.xml"
    }
}
