Skip to content

Commit e750c69

Browse files
committed
Switch to POPSuL fork of php-token-reflection
This solves most issues with processing php7 files, plus a host of exotic php5 features.
1 parent 286a0f1 commit e750c69

File tree

2 files changed

+502
-214
lines changed

2 files changed

+502
-214
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@
77
{"name": "Benjamin Eberlei", "email": "[email protected]"}
88
],
99

10+
"repositories": [
11+
{
12+
"type": "vcs",
13+
"url": "https://github.com/POPSuL/PHP-Token-Reflection"
14+
}
15+
],
16+
1017
"require": {
1118
"nikic/php-parser": "~2.1",
1219
"beberlei/assert": "~2.3",
13-
"andrewsville/php-token-reflection": "~1.4",
20+
"POPSuL/php-token-reflection": "dev-develop",
1421
"symfony/finder": "~2.4",
1522
"symfony/console": "~2.4",
1623
"tomphp/patch-builder": "~0.1"

0 commit comments

Comments
 (0)