From ab9d748f91ab22883683d1f7ef5a73f839074c0a Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Tue, 20 May 2014 16:55:46 +0900 Subject: [PATCH] stable composer update --- composer.json | 2 +- composer.lock | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 0bf09ecc..f89c6b6b 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require": { "php": ">=5.4.0", "aura/signal": "~1.0", - "ray/di": "~1.3@dev", + "ray/di": "~1.3", "doctrine/cache": "~1.3", "nocarrier/hal":"~0.9", "guzzlehttp/guzzle": "~4.0", diff --git a/composer.lock b/composer.lock index 6018e390..44fca9c1 100644 --- a/composer.lock +++ b/composer.lock @@ -3,7 +3,7 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "5c22c35dd87092a03b2d33be778fadfe", + "hash": "2f710264a8214e17f7bab89cd46ace28", "packages": [ { "name": "aura/di", @@ -709,16 +709,16 @@ }, { "name": "ray/di", - "version": "dev-master", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/koriym/Ray.Di.git", - "reference": "e5ca4fccf049afd4bbcdc6acb32a147343540200" + "reference": "cb01e44b806cc2ab19d6d3d2a55d3538bc599d50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/koriym/Ray.Di/zipball/e5ca4fccf049afd4bbcdc6acb32a147343540200", - "reference": "e5ca4fccf049afd4bbcdc6acb32a147343540200", + "url": "https://api.github.com/repos/koriym/Ray.Di/zipball/cb01e44b806cc2ab19d6d3d2a55d3538bc599d50", + "reference": "cb01e44b806cc2ab19d6d3d2a55d3538bc599d50", "shasum": "" }, "require": { @@ -727,7 +727,7 @@ "doctrine/cache": "1.*", "nikic/php-parser": "0.*", "php": ">=5.4.0", - "ray/aop": "1.*@dev" + "ray/aop": "1.*" }, "type": "library", "extra": { @@ -766,7 +766,7 @@ "guice", "jsr" ], - "time": "2014-05-19 10:36:11" + "time": "2014-05-12 15:43:58" } ], "packages-dev": [ @@ -812,7 +812,6 @@ ], "minimum-stability": "stable", "stability-flags": { - "ray/di": 20, "facebook/xhprof": 20 }, "platform": {