diff --git a/composer.json b/composer.json index 8ff11714..b04a01c5 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ezyang/htmlpurifier": "^4.10", "xemlock/htmlpurifier-html5": "^0.1.7", "catfan/medoo": "^1.5", - "phan/phan": "*", + "phan/phan": "^5.3", "erusev/parsedown-extra": "^0.8.1", "nette/caching": "^3.0", "illuminate/database": "^8.61", diff --git a/composer.lock b/composer.lock index 793a5ada..e42fc7a1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f6d3cb0b69eab1f1cced3ae3877b7e59", + "content-hash": "a32be16440b43a806002e52572e031db", "packages": [ { "name": "brandonwamboldt/utilphp", @@ -1947,21 +1947,21 @@ }, { "name": "phan/phan", - "version": "5.2.1", + "version": "5.3.2", "source": { "type": "git", "url": "https://github.com/phan/phan.git", - "reference": "d724bbb8fc3ba89179868bb5220ecdf6a9c1636b" + "reference": "b7697eb811e912c038f709f8e1c4911c7ada3edc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phan/phan/zipball/d724bbb8fc3ba89179868bb5220ecdf6a9c1636b", - "reference": "d724bbb8fc3ba89179868bb5220ecdf6a9c1636b", + "url": "https://api.github.com/repos/phan/phan/zipball/b7697eb811e912c038f709f8e1c4911c7ada3edc", + "reference": "b7697eb811e912c038f709f8e1c4911c7ada3edc", "shasum": "" }, "require": { "composer/semver": "^1.4|^2.0|^3.0", - "composer/xdebug-handler": "^1.3.2|^2.0.0", + "composer/xdebug-handler": "^2.0|^3.0", "ext-filter": "*", "ext-json": "*", "ext-tokenizer": "*", @@ -1969,8 +1969,8 @@ "microsoft/tolerant-php-parser": "^0.1.0", "netresearch/jsonmapper": "^1.6.0|^2.0|^3.0|^4.0", "php": "^7.2.0|^8.0.0", - "sabre/event": "^5.0.3", - "symfony/console": "^3.2|^4.0|^5.0", + "sabre/event": "^5.1.3", + "symfony/console": "^3.2|^4.0|^5.0|^6.0", "symfony/polyfill-mbstring": "^1.11.0", "symfony/polyfill-php80": "^1.20.0", "tysonandre/var_representation_polyfill": "^0.0.2|^0.1.0" @@ -1979,7 +1979,7 @@ "phpunit/phpunit": "^8.5.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", @@ -2020,9 +2020,9 @@ ], "support": { "issues": "https://github.com/phan/phan/issues", - "source": "https://github.com/phan/phan/tree/5.2.1" + "source": "https://github.com/phan/phan/tree/5.3.2" }, - "time": "2021-09-15T00:08:40+00:00" + "time": "2022-02-01T00:17:36+00:00" }, { "name": "php-ds/php-ds",