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",
|
2023-12-13 21:56:42 +01:00
|
|
|
"version": "v4.18.0",
|
2023-10-24 17:50:54 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
2023-12-13 21:56:42 +01:00
|
|
|
"reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
|
2023-10-24 17:50:54 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-12-13 21:56:42 +01:00
|
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999",
|
|
|
|
"reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999",
|
2023-10-24 17:50:54 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"php": ">=7.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ircmaxell/php-yacc": "^0.0.7",
|
|
|
|
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
|
|
|
|
},
|
|
|
|
"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",
|
2023-12-13 21:56:42 +01:00
|
|
|
"source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0"
|
2023-10-24 17:50:54 +02:00
|
|
|
},
|
2023-12-13 21:56:42 +01:00
|
|
|
"time": "2023-12-10T21:03:43+00:00"
|
2023-10-24 17:50:54 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": [],
|
|
|
|
"plugin-api-version": "2.6.0"
|
|
|
|
}
|