From d723be7351f54254e698655e31ae31d8951a8c4b Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 31 Dec 2019 09:27:44 +0545 Subject: [PATCH] Updating phpdocumentor/reflection-docblock (4.3.2 => 4.3.4) --- changelog/unreleased/36661-2 | 3 +++ composer.lock | 11 ++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 changelog/unreleased/36661-2 diff --git a/changelog/unreleased/36661-2 b/changelog/unreleased/36661-2 new file mode 100644 index 000000000000..6e96e5f47580 --- /dev/null +++ b/changelog/unreleased/36661-2 @@ -0,0 +1,3 @@ +Change: Update phpdocumentor/reflection-docblock (4.3.2 => 4.3.4) + +https://github.com/owncloud/core/pull/36661 diff --git a/composer.lock b/composer.lock index 3c9e9105ddcf..eca728592925 100644 --- a/composer.lock +++ b/composer.lock @@ -3736,16 +3736,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "4.3.2", + "version": "4.3.4", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e" + "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e", - "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c", + "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c", "shasum": "" }, "require": { @@ -3757,6 +3757,7 @@ "require-dev": { "doctrine/instantiator": "^1.0.5", "mockery/mockery": "^1.0", + "phpdocumentor/type-resolver": "0.4.*", "phpunit/phpunit": "^6.4" }, "type": "library", @@ -3783,7 +3784,7 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2019-09-12T14:27:41+00:00" + "time": "2019-12-28T18:55:12+00:00" }, { "name": "phpdocumentor/type-resolver",