From 09230bda943b5d8db378ca8485602f1d9dffe593 Mon Sep 17 00:00:00 2001 From: Mike van Riel Date: Fri, 26 Jun 2015 12:10:13 +0200 Subject: [PATCH] Updated dependencies to match other packages --- composer.json | 4 ++-- composer.lock | 31 ++++++++++++++++++------------- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index d4f4b49..38414e8 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ ], "require": { "php": ">=5.5", - "phpdocumentor/reflection-common": "^0.1", - "phpdocumentor/type-resolver": "^0.1.1", + "phpdocumentor/reflection-common": "^1.0@dev", + "phpdocumentor/type-resolver": "^0.1.2", "webmozart/assert": "^1.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index d74c17b..606c781 100644 --- a/composer.lock +++ b/composer.lock @@ -4,22 +4,25 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "da8060231f14649de9e35951050aa3be", + "hash": "5bd1e5e2446fe58d15c5ad5418aeedae", "packages": [ { "name": "phpdocumentor/reflection-common", - "version": "0.1", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "f10c8a4e2afd1b106550b0a5b0e8db81742377f1" + "reference": "9969bd1c9661a73fdab104df7dbf132639d5c4d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/f10c8a4e2afd1b106550b0a5b0e8db81742377f1", - "reference": "f10c8a4e2afd1b106550b0a5b0e8db81742377f1", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/9969bd1c9661a73fdab104df7dbf132639d5c4d8", + "reference": "9969bd1c9661a73fdab104df7dbf132639d5c4d8", "shasum": "" }, + "require": { + "php": ">=5.5" + }, "require-dev": { "phpunit/phpunit": "^4.6" }, @@ -55,25 +58,25 @@ "reflection", "static analysis" ], - "time": "2015-06-12 17:27:38" + "time": "2015-06-12 22:21:38" }, { "name": "phpdocumentor/type-resolver", - "version": "0.1.1", + "version": "0.1.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "2ac0adaea9697334b85b1622ce930014e6b02a11" + "reference": "f49ac4864bf790ab72625b7183452ec41f3b675b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2ac0adaea9697334b85b1622ce930014e6b02a11", - "reference": "2ac0adaea9697334b85b1622ce930014e6b02a11", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/f49ac4864bf790ab72625b7183452ec41f3b675b", + "reference": "f49ac4864bf790ab72625b7183452ec41f3b675b", "shasum": "" }, "require": { "php": ">=5.5", - "phpdocumentor/reflection-common": "^0.1" + "phpdocumentor/reflection-common": "^1.0@dev" }, "require-dev": { "mockery/mockery": "^0.9.4", @@ -102,7 +105,7 @@ "email": "me@mikevanriel.com" } ], - "time": "2015-06-12 22:00:00" + "time": "2015-06-26 10:07:09" }, { "name": "webmozart/assert", @@ -1104,7 +1107,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "phpdocumentor/reflection-common": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {