summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-07-26 08:29:48 +0200
committerRemi Collet <remi@remirepo.net>2021-07-26 08:29:48 +0200
commit1ee99d5718095adaae8b9d32114081e608bf7c1d (patch)
treeb3f17071050b1cb706e50f4fde8b087e4a9dad6f /composer.json
parentc1328cdb5ce79032c7f35f8b35ad109e17e96ea8 (diff)
update to 5.0.0a4
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index d8bac11..5781780 100644
--- a/composer.json
+++ b/composer.json
@@ -38,7 +38,7 @@
"tysonandre/var_representation_polyfill": "^0.0.2"
},
"suggest": {
- "ext-ast": "Needed for parsing ASTs (unless --use-fallback-parser is used). 1.0.1+ is needed, 1.0.10+ is recommended.",
+ "ext-ast": "Needed for parsing ASTs (unless --use-fallback-parser is used). 1.0.1+ is needed, 1.0.14+ is recommended.",
"ext-iconv": "Either iconv or mbstring is needed to ensure issue messages are valid utf-8",
"ext-igbinary": "Improves performance of polyfill when ext-ast is unavailable",
"ext-mbstring": "Either iconv or mbstring is needed to ensure issue messages are valid utf-8",