{
    "name": "symfony/json-path",
    "type": "library",
    "description": "Eases JSON navigation using the JSONPath syntax as described in RFC 9535",
    "keywords": [],
    "homepage": "https://symfony.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Alexandre Daubois",
            "email": "alex.daubois@gmail.com"
        },
        {
            "name": "Symfony Community",
            "homepage": "https://symfony.com/contributors"
        }
    ],
    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "jsonpath-standard/jsonpath-compliance-test-suite",
                "version": "2025.11.23",
                "source": {
                    "type": "git",
                    "url": "https://github.com/jsonpath-standard/jsonpath-compliance-test-suite.git",
                    "reference": "b9d7153e58711ad38bb8e35ece69c13f4b2f7d63"
                }
            }
        }
    ],
    "require": {
        "php": ">=8.2",
        "symfony/polyfill-ctype": "^1.8",
        "symfony/polyfill-mbstring": "~1.0"
    },
    "require-dev": {
        "symfony/json-streamer": "^7.3|^8.0",
        "jsonpath-standard/jsonpath-compliance-test-suite": "*"
    },
    "autoload": {
        "psr-4": { "Symfony\\Component\\JsonPath\\": "" },
        "exclude-from-classmap": [
            "/Tests/"
        ]
    },
    "minimum-stability": "dev"
}
