We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1077dc commit ece35ccCopy full SHA for ece35cc
composer.json
@@ -13,19 +13,19 @@
13
"config": {
14
"sort-packages": true,
15
"platform": {
16
- "php": "7.1.28"
+ "php": "7.2.22"
17
}
18
},
19
"require": {
20
- "php": ">=7.1",
21
- "microsoft/tolerant-php-parser": "0.0.18"
+ "php": ">=7.2",
+ "microsoft/tolerant-php-parser": "0.0.20"
22
23
"require-dev": {
24
"phpunit/phpunit": "^7.5",
25
- "phan/phan": "^2.3.0"
+ "phan/phan": "^3.0.4"
26
27
"suggest": {
28
- "ext-ast": "~1.0.1"
+ "ext-ast": "^1.0.6"
29
30
"autoload": {
31
"psr-4": {"TolerantASTConverter\\": "src/TolerantASTConverter"}
0 commit comments