From 4595df959d534037c79eac662ea15b69383c14a9 Mon Sep 17 00:00:00 2001 From: Jaapio Date: Thu, 28 Dec 2017 22:17:47 +0100 Subject: [PATCH] bump type resolver --- composer.json | 2 +- composer.lock | 22 ++++++++++------------ 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index f97ebdf..12d5826 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": "^7.1", "phpdocumentor/reflection-common": "^1.0", - "phpdocumentor/type-resolver": "^0.4", + "phpdocumentor/type-resolver": "^0.5", "webmozart/assert": "^1.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index c81991a..f60e4eb 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "f6bf95704ed863f57d7200f760c54aa0", + "content-hash": "ddbc2e7fc547b4ff06199c20ee406c72", "packages": [ { "name": "phpdocumentor/reflection-common", @@ -62,25 +62,25 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "0.4.0", + "version": "0.5.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" + "reference": "7159da1ff4ab5de0c033bab91c9d3f52dd9a7a02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7159da1ff4ab5de0c033bab91c9d3f52dd9a7a02", + "reference": "7159da1ff4ab5de0c033bab91c9d3f52dd9a7a02", "shasum": "" }, "require": { - "php": "^5.5 || ^7.0", + "php": "^7.0", "phpdocumentor/reflection-common": "^1.0" }, "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^5.2||^4.8.24" + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^6.4" }, "type": "library", "extra": { @@ -90,9 +90,7 @@ }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] + "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -105,7 +103,7 @@ "email": "me@mikevanriel.com" } ], - "time": "2017-07-14T14:27:02+00:00" + "time": "2017-11-15T21:30:06+00:00" }, { "name": "webmozart/assert",