| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "nikic/php-parser", |
| 5 |
"version": "dev-master", |
| 6 |
"version_normalized": "dev-master", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/nikic/PHP-Parser.git", |
| 10 |
"reference": "46be4560c4cd4bab2b74882c0da39a4548a5cfbe" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/46be4560c4cd4bab2b74882c0da39a4548a5cfbe", |
| 15 |
"reference": "46be4560c4cd4bab2b74882c0da39a4548a5cfbe", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"ext-ctype": "*", |
| 20 |
"ext-json": "*", |
| 21 |
"ext-tokenizer": "*", |
| 22 |
"php": ">=7.4" |
| 23 |
}, |
| 24 |
"require-dev": { |
| 25 |
"ircmaxell/php-yacc": "^0.0.7", |
| 26 |
"phpunit/phpunit": "^9.0" |
| 27 |
}, |
| 28 |
"time": "2024-03-17T10:24:36+00:00", |
| 29 |
"default-branch": true, |
| 30 |
"bin": [ |
| 31 |
"bin/php-parse" |
| 32 |
], |
| 33 |
"type": "library", |
| 34 |
"extra": { |
| 35 |
"branch-alias": { |
| 36 |
"dev-master": "5.0-dev" |
| 37 |
} |
| 38 |
}, |
| 39 |
"installation-source": "dist", |
| 40 |
"autoload": { |
| 41 |
"psr-4": { |
| 42 |
"PhpParser\\": "lib/PhpParser" |
| 43 |
} |
| 44 |
}, |
| 45 |
"notification-url": "https://packagist.org/downloads/", |
| 46 |
"license": [ |
| 47 |
"BSD-3-Clause" |
| 48 |
], |
| 49 |
"authors": [ |
| 50 |
{ |
| 51 |
"name": "Nikita Popov" |
| 52 |
} |
| 53 |
], |
| 54 |
"description": "A PHP parser written in PHP", |
| 55 |
"keywords": [ |
| 56 |
"parser", |
| 57 |
"php" |
| 58 |
], |
| 59 |
"support": { |
| 60 |
"issues": "https://github.com/nikic/PHP-Parser/issues", |
| 61 |
"source": "https://github.com/nikic/PHP-Parser/tree/master" |
| 62 |
}, |
| 63 |
"install-path": "../nikic/php-parser" |
| 64 |
} |
| 65 |
], |
| 66 |
"dev": true, |
| 67 |
"dev-package-names": [] |
| 68 |
} |
| 69 |
|