Skip to content

Commit 8006aba

Browse files
committed
Adds Composer Requirement For PHP Parser Version 0.9
Fixes bug with PHP Documentor with newer versions of PHP Parser, per bug reports phpDocumentor/phpDocumentor#1743 and yiisoft/yii2-apidoc#20 Signed-off-by: Justin Yost <justin@loadsys.com>
1 parent a402920 commit 8006aba

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"phpunit/phpunit": "~4.1",
1313
"phpdocumentor/phpdocumentor": "~2.0",
1414
"psy/psysh": "@stable",
15-
"loadsys/loadsys_codesniffer": "~3.0"
15+
"loadsys/loadsys_codesniffer": "~3.0",
16+
"nikic/php-parser": "~0.9"
1617
},
1718
"config": {
1819
"bin-dir": "bin"
@@ -45,4 +46,4 @@
4546
"tests-run",
4647
"vagrant-exec"
4748
]
48-
}
49+
}

0 commit comments

Comments
 (0)