Skip to content

Commit a6b3c6e

Browse files
committed
Merge pull request #75 from loadsys/b/update-dependencies-for-php-parser
Adds Composer Requirement For PHP Parser Version 0.9
2 parents a402920 + 8006aba commit a6b3c6e

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)