Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-04-15 22:21:26 +0300
committerGitHub <noreply@github.com>2022-04-15 22:21:26 +0300
commitedfc943fb7c45977454ba1894b2a0eabbca51620 (patch)
tree503149a3009bd270b5811b562296464a15ec48c4
parent53ff3fb4b57dbe898f981b165a8f6510690ea565 (diff)
updates composer dependencies (#19108)
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
-rw-r--r--composer.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock
index a07741770c..f8f7e6d1bd 100644
--- a/composer.lock
+++ b/composer.lock
@@ -3084,16 +3084,16 @@
},
{
"name": "phpstan/phpdoc-parser",
- "version": "1.4.2",
+ "version": "1.4.4",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
- "reference": "4cb3021a4e10ffe3d5f94a4c34cf4b3f6de2fa3d"
+ "reference": "d8e9fd97ca11f2f24fc1aafbcfb1f78bce762267"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/4cb3021a4e10ffe3d5f94a4c34cf4b3f6de2fa3d",
- "reference": "4cb3021a4e10ffe3d5f94a4c34cf4b3f6de2fa3d",
+ "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/d8e9fd97ca11f2f24fc1aafbcfb1f78bce762267",
+ "reference": "d8e9fd97ca11f2f24fc1aafbcfb1f78bce762267",
"shasum": ""
},
"require": {
@@ -3122,9 +3122,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
- "source": "https://github.com/phpstan/phpdoc-parser/tree/1.4.2"
+ "source": "https://github.com/phpstan/phpdoc-parser/tree/1.4.4"
},
- "time": "2022-03-30T13:33:37+00:00"
+ "time": "2022-04-14T12:24:06+00:00"
},
{
"name": "phpunit/php-code-coverage",