Skip to content

Commit bd4fdec

Browse files
committed
Update composer.json
1 parent 741ebec commit bd4fdec

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"name": "tysonandre/php-parser-to-php-ast",
3-
"description": "A php-parser to php-ast converter written in php. Can be used to test out projects using php-ast without compiling php-ast.",
4-
"prefer-stable": true,
3+
"description": "A pure PHP substitute for nikic/php-ast, using nikic/php-parser. Can also be used to generate php-ast trees, even for files with some types of syntax errors.",
4+
"keywords": ["php", "ast", "parser"],
5+
"type": "library",
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Tyson Andre"
10+
}
11+
],
512
"require": {
613
"php": ">=7.1",
714
"nikic/PHP-Parser": "~3.1.1"

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)