Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 883dc9c

Browse files
authored
Merge pull request #128 from MarvinKlemp/feature/php-parser-3x
Feature/php parser 3x
2 parents 0cd7869 + 9363474 commit 883dc9c

File tree

11 files changed

+501
-253
lines changed

11 files changed

+501
-253
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@ cache:
88

99
matrix:
1010
include:
11-
- php: 5.3
12-
- php: 5.4
1311
- php: 5.5
1412
- php: 5.6
15-
- php: hhvm
1613
- php: 7
1714
allow_failures:
18-
- php: hhvm
1915
- php: 7
2016
fast_finish: true
2117

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^5.3.9 || ^7.0",
18-
"nikic/php-parser": "^1.3",
17+
"php": ">=5.5.9 || ^7.0",
18+
"nikic/php-parser": "~3.0",
1919
"symfony/console": "^2.6 || ^3.0",
2020
"symfony/finder": "^2.6 || ^3.0",
2121
"phpdocumentor/reflection-docblock": "~2.0",

0 commit comments

Comments
 (0)