jit_bugs/composer.lock

76 lines
2.4 KiB
Plaintext
Raw Permalink Normal View History

2023-10-24 17:50:54 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d34d57dc247d3a323a479c321530d36a",
"packages": [
{
"name": "nikic/php-parser",
2024-11-19 13:29:53 +01:00
"version": "v4.19.4",
2023-10-24 17:50:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2024-11-19 13:29:53 +01:00
"reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2"
2023-10-24 17:50:54 +02:00
},
"dist": {
"type": "zip",
2024-11-19 13:29:53 +01:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/715f4d25e225bc47b293a8b997fe6ce99bf987d2",
"reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2",
2023-10-24 17:50:54 +02:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2024-11-19 13:29:53 +01:00
"php": ">=7.1"
2023-10-24 17:50:54 +02:00
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
2024-11-19 13:29:53 +01:00
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2023-10-24 17:50:54 +02:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
2024-11-19 13:29:53 +01:00
"source": "https://github.com/nikic/PHP-Parser/tree/v4.19.4"
2023-10-24 17:50:54 +02:00
},
2024-11-19 13:29:53 +01:00
"time": "2024-09-29T15:01:53+00:00"
2023-10-24 17:50:54 +02:00
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
2024-11-19 13:29:53 +01:00
"stability-flags": {},
2023-10-24 17:50:54 +02:00
"prefer-stable": false,
"prefer-lowest": false,
2024-11-19 13:29:53 +01:00
"platform": {},
"platform-dev": {},
2023-10-24 17:50:54 +02:00
"plugin-api-version": "2.6.0"
}