From 0461e3ca1a90f3b2e45475d6560bd91661c6edc0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2019 14:43:48 +0000 Subject: [PATCH] Bump doctrine/instantiator from 1.1.0 to 1.3.0 Bumps [doctrine/instantiator](https://github.com/doctrine/instantiator) from 1.1.0 to 1.3.0. - [Release notes](https://github.com/doctrine/instantiator/releases) - [Commits](https://github.com/doctrine/instantiator/compare/1.1.0...1.3.0) Signed-off-by: dependabot-preview[bot] --- composer.lock | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/composer.lock b/composer.lock index 207ce3e..0f169f1 100644 --- a/composer.lock +++ b/composer.lock @@ -92,11 +92,7 @@ "phpDocumentor\\Reflection\\": "src" } }, - "autoload-dev": { - "psr-4": { - "phpDocumentor\\Reflection\\": "tests/unit" - } - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -107,10 +103,6 @@ } ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", - "support": { - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.0.0", - "issues": "https://github.com/phpDocumentor/TypeResolver/issues" - }, "time": "2019-07-08T19:35:58+00:00" }, { @@ -223,16 +215,16 @@ "packages-dev": [ { "name": "doctrine/instantiator", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "a2c590166b2133a4633738648b6b064edae0814a" + "reference": "ae466f726242e637cebdd526a7d991b9433bacf1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a", - "reference": "a2c590166b2133a4633738648b6b064edae0814a", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1", + "reference": "ae466f726242e637cebdd526a7d991b9433bacf1", "shasum": "" }, "require": { @@ -275,7 +267,7 @@ "constructor", "instantiate" ], - "time": "2019-03-17T17:37:11+00:00" + "time": "2019-10-21T16:45:58+00:00" }, { "name": "hamcrest/hamcrest-php",