dep: phan

This commit is contained in:
2022-05-08 23:20:55 +09:00
parent 5430a43589
commit e3e315a068
2 changed files with 12 additions and 12 deletions
Generated
+11 -11
View File
@@ -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",