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-28 17:06:33 +0300
committerGitHub <noreply@github.com>2022-04-28 17:06:33 +0300
commitc5d0f1e41651c1ea9ef29dd6efbe19a6cbe3fbaa (patch)
tree7bf302eab5512ff7cbac1a19ef29467acb61842c
parent5ede29e996496e5b924644f62f555a9da94f51b4 (diff)
updates composer dependencies (#19154)
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 2aab19f04c..358b3ee25b 100644
--- a/composer.lock
+++ b/composer.lock
@@ -3084,16 +3084,16 @@
},
{
"name": "phpstan/phpdoc-parser",
- "version": "1.4.4",
+ "version": "1.4.5",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
- "reference": "d8e9fd97ca11f2f24fc1aafbcfb1f78bce762267"
+ "reference": "129a63b3bc7caeb593c224c41f420675e63cfefc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/d8e9fd97ca11f2f24fc1aafbcfb1f78bce762267",
- "reference": "d8e9fd97ca11f2f24fc1aafbcfb1f78bce762267",
+ "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/129a63b3bc7caeb593c224c41f420675e63cfefc",
+ "reference": "129a63b3bc7caeb593c224c41f420675e63cfefc",
"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.4"
+ "source": "https://github.com/phpstan/phpdoc-parser/tree/1.4.5"
},
- "time": "2022-04-14T12:24:06+00:00"
+ "time": "2022-04-22T11:11:01+00:00"
},
{
"name": "phpunit/php-code-coverage",