From ab334170b7a9a46cdb83f4e78b8bb22b237f750b Mon Sep 17 00:00:00 2001 From: Jaapio Date: Mon, 26 Oct 2015 15:17:34 +0100 Subject: [PATCH] Version bump phpdocumentor/type-resolver Due a hotfix done in the the type resolver library version 0.1.5 is the new minimal version of type-resolver. Without this fix an infinitive loop is created when the use keyword is used in a class. --- composer.json | 2 +- composer.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 38414e8..2c4df98 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "php": ">=5.5", "phpdocumentor/reflection-common": "^1.0@dev", - "phpdocumentor/type-resolver": "^0.1.2", + "phpdocumentor/type-resolver": "^0.1.5", "webmozart/assert": "^1.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index 606c781..58346d4 100644 --- a/composer.lock +++ b/composer.lock @@ -5,6 +5,7 @@ "This file is @generated automatically" ], "hash": "5bd1e5e2446fe58d15c5ad5418aeedae", + "content-hash": "203e059d6c5443d8c4c336dd25772904", "packages": [ { "name": "phpdocumentor/reflection-common", @@ -16,7 +17,7 @@ }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/9969bd1c9661a73fdab104df7dbf132639d5c4d8", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/8dfc66d8a72f6741ed9f5a39227f99f78ae8d9a5", "reference": "9969bd1c9661a73fdab104df7dbf132639d5c4d8", "shasum": "" }, @@ -62,16 +63,16 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "0.1.2", + "version": "0.1.5", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "f49ac4864bf790ab72625b7183452ec41f3b675b" + "reference": "83e31258fb03b9a27884a83b81501cb4cb297a81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/f49ac4864bf790ab72625b7183452ec41f3b675b", - "reference": "f49ac4864bf790ab72625b7183452ec41f3b675b", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/83e31258fb03b9a27884a83b81501cb4cb297a81", + "reference": "83e31258fb03b9a27884a83b81501cb4cb297a81", "shasum": "" }, "require": { @@ -105,7 +106,7 @@ "email": "me@mikevanriel.com" } ], - "time": "2015-06-26 10:07:09" + "time": "2015-07-18 13:58:32" }, { "name": "webmozart/assert",