From 1ee99d5718095adaae8b9d32114081e608bf7c1d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Jul 2021 08:29:48 +0200 Subject: update to 5.0.0a4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') 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", -- cgit