Skip to content

Commit ece35cc

Browse files
committed
Update composer.lock again, use php 7.2+, phan 3.0.4+
1 parent c1077dc commit ece35cc

File tree

2 files changed

+371
-97
lines changed

2 files changed

+371
-97
lines changed

composer.json

+5-5
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.1",
21-
"microsoft/tolerant-php-parser": "0.0.18"
20+
"php": ">=7.2",
21+
"microsoft/tolerant-php-parser": "0.0.20"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^7.5",
25-
"phan/phan": "^2.3.0"
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)