Skip to content

Commit 3f00d10

Browse files
authored
Merge pull request #17 from TysonAndre/update-repos
Sync changes with the copy used by Phan
2 parents 1f13f35 + 205c814 commit 3f00d10

19 files changed

+1267
-676
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ php:
44
- 7.1
55
- 7.2
66
- 7.3
7-
- 7.4snapshot
7+
- 7.4
88

99
dist: xenial
1010

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
"config": {
1414
"sort-packages": true,
1515
"platform": {
16-
"php": "7.1.28"
16+
"php": "7.2.22"
1717
}
1818
},
1919
"require": {
20-
"php": ">=7.0",
21-
"microsoft/tolerant-php-parser": "0.0.18"
20+
"php": ">=7.2",
21+
"microsoft/tolerant-php-parser": "0.0.20"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^6.4",
25-
"phan/phan": "^2.3.0"
24+
"phpunit/phpunit": "^7.5",
25+
"phan/phan": "^3.0.4"
2626
},
2727
"suggest": {
28-
"ext-ast": "~1.0.1"
28+
"ext-ast": "^1.0.6"
2929
},
3030
"autoload": {
3131
"psr-4": {"TolerantASTConverter\\": "src/TolerantASTConverter"}

0 commit comments

Comments
 (0)