diff --git a/composer.json b/composer.json index d94ef1a..6ea9b0d 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": ">=5.3.0", "ext-pcntl": "*", - "colinmollenhour/credis": "dev-master" + "colinmollenhour/credis": "1.2.*" }, "suggest": { "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.", diff --git a/composer.lock b/composer.lock index 760d4cf..7140535 100644 --- a/composer.lock +++ b/composer.lock @@ -1,18 +1,22 @@ { - "hash": "d37909ad0ffc11ed4d1e67dcaabe00b2", + "_readme": [ + "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": "1f551c3cdade1b7ff7d9e32a44eeb3dc", "packages": [ { "name": "colinmollenhour/credis", - "version": "dev-master", + "version": "1.2", "source": { "type": "git", - "url": "https://github.com/chrisboulton/credis", - "reference": "62c73dd16e08069e3fd8f224cb4a5ddd73db8095" + "url": "https://github.com/colinmollenhour/credis.git", + "reference": "1.2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/chrisboulton/credis/zipball/62c73dd16e08069e3fd8f224cb4a5ddd73db8095", - "reference": "62c73dd16e08069e3fd8f224cb4a5ddd73db8095", + "url": "https://api.github.com/repos/colinmollenhour/credis/zipball/1.2", + "reference": "1.2", "shasum": "" }, "require": { @@ -25,6 +29,7 @@ "Cluster.php" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -36,10 +41,7 @@ ], "description": "Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.", "homepage": "https://github.com/colinmollenhour/credis", - "support": { - "source": "https://github.com/chrisboulton/credis/tree/master" - }, - "time": "2013-01-12 10:15:31" + "time": "2013-03-19 02:57:04" } ], "packages-dev": [ @@ -449,11 +451,12 @@ ], "minimum-stability": "stable", - "stability-flags": { - "colinmollenhour/credis": 20 - }, + "stability-flags": [ + + ], "platform": { - "php": ">=5.3.0" + "php": ">=5.3.0", + "ext-pcntl": "*" }, "platform-dev": [