From 4c62b419c383a16052a0748c3d939a1de7b30322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 9 Jan 2019 02:25:50 +0000 Subject: [PATCH] Bump php-di/phpdoc-reader from 2.0.1 to 2.1.0 Bumps [php-di/phpdoc-reader](https://github.com/PHP-DI/PhpDocReader) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/PHP-DI/PhpDocReader/releases) - [Commits](https://github.com/PHP-DI/PhpDocReader/compare/2.0.1...2.1.0) Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 48578f3..25f6b29 100644 --- a/composer.lock +++ b/composer.lock @@ -1156,20 +1156,20 @@ }, { "name": "php-di/phpdoc-reader", - "version": "2.0.1", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/PHP-DI/PhpDocReader.git", - "reference": "83f5ead159defccfa8e7092e5b6c1c533b326d68" + "reference": "7d0de60b9341933c8afd172a6255cd7557601e0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/83f5ead159defccfa8e7092e5b6c1c533b326d68", - "reference": "83f5ead159defccfa8e7092e5b6c1c533b326d68", + "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/7d0de60b9341933c8afd172a6255cd7557601e0e", + "reference": "7d0de60b9341933c8afd172a6255cd7557601e0e", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "~4.6" @@ -1189,7 +1189,7 @@ "phpdoc", "reflection" ], - "time": "2015-11-29T10:34:25+00:00" + "time": "2018-02-18T17:39:01+00:00" }, { "name": "psr/container",