From 1dea3020cf318e176233758046fe3e4ec200c558 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Dec 2021 16:26:05 +0100 Subject: update to 5.3.1 raise dependency on ast 1.0.16 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index a3fa781..f31d84a 100644 --- a/composer.json +++ b/composer.json @@ -31,14 +31,14 @@ "felixfbecker/advanced-json-rpc": "^3.0.4", "microsoft/tolerant-php-parser": "^0.1.0", "netresearch/jsonmapper": "^1.6.0|^2.0|^3.0|^4.0", - "sabre/event": "^5.0.3", + "sabre/event": "^5.1.3", "symfony/console": "^3.2|^4.0|^5.0", "symfony/polyfill-mbstring": "^1.11.0", "symfony/polyfill-php80": "^1.20.0", "tysonandre/var_representation_polyfill": "^0.0.2|^0.1.0" }, "suggest": { - "ext-ast": "Needed for parsing ASTs (unless --use-fallback-parser is used). 1.0.1+ is needed, 1.0.14+ is recommended.", + "ext-ast": "Needed for parsing ASTs (unless --use-fallback-parser is used). 1.0.1+ is needed, 1.0.16+ 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