/
githubmirror
/
symfony
Обзор
Документация
Войти
/
githubmirror
/
symfony
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2
src/Symfony/Component/JsonPath/composer.json
49 строк
1 KB
Nicolas Grekas
Bump to php >= 8.4.1
07 апр 2026, 09:26
07 апр 2026, 09:26
53f2e8e
Код
Авторство
О чём код?
{ "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.4.1", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-mbstring": "^1.0" }, "require-dev": { "symfony/service-contracts": "^2.5|^3", "symfony/json-streamer": "^7.4|^8.0", "jsonpath-standard/jsonpath-compliance-test-suite": "*" }, "autoload": { "psr-4": { "Symfony\\Component\\JsonPath\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "minimum-stability": "dev" }