mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 08:15:14 +00:00
Updated credis dependency to 1.2.* (fixes a bug in blpop)
This commit is contained in:
parent
ffff86c40c
commit
a0eaac4709
@ -20,7 +20,7 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"ext-pcntl": "*",
|
"ext-pcntl": "*",
|
||||||
"colinmollenhour/credis": "dev-master"
|
"colinmollenhour/credis": "1.2.*"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
|
"ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
|
||||||
|
31
composer.lock
generated
31
composer.lock
generated
@ -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": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "colinmollenhour/credis",
|
"name": "colinmollenhour/credis",
|
||||||
"version": "dev-master",
|
"version": "1.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/chrisboulton/credis",
|
"url": "https://github.com/colinmollenhour/credis.git",
|
||||||
"reference": "62c73dd16e08069e3fd8f224cb4a5ddd73db8095"
|
"reference": "1.2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/chrisboulton/credis/zipball/62c73dd16e08069e3fd8f224cb4a5ddd73db8095",
|
"url": "https://api.github.com/repos/colinmollenhour/credis/zipball/1.2",
|
||||||
"reference": "62c73dd16e08069e3fd8f224cb4a5ddd73db8095",
|
"reference": "1.2",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -25,6 +29,7 @@
|
|||||||
"Cluster.php"
|
"Cluster.php"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"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.",
|
"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",
|
"homepage": "https://github.com/colinmollenhour/credis",
|
||||||
"support": {
|
"time": "2013-03-19 02:57:04"
|
||||||
"source": "https://github.com/chrisboulton/credis/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2013-01-12 10:15:31"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
@ -449,11 +451,12 @@
|
|||||||
|
|
||||||
],
|
],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": {
|
"stability-flags": [
|
||||||
"colinmollenhour/credis": 20
|
|
||||||
},
|
],
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": ">=5.3.0"
|
"php": ">=5.3.0",
|
||||||
|
"ext-pcntl": "*"
|
||||||
},
|
},
|
||||||
"platform-dev": [
|
"platform-dev": [
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user