We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60b35b9 + 991b16e commit 773763fCopy full SHA for 773763f
1 file changed
composer.json
@@ -5,7 +5,7 @@
5
"homepage": "http://github.com/CoderKungfu/php-queue",
6
"type": "library",
7
"license": "MIT",
8
- "version": "1.0.2",
+ "version": "1.0.3",
9
"authors": [
10
{
11
"name": "Michael Cheng",
@@ -21,10 +21,9 @@
21
"mrpoundsign/pheanstalk-5.3": "dev-master",
22
"aws/aws-sdk-php": ">=2.8",
23
"amazonwebservices/aws-sdk-for-php": "dev-master",
24
- "predis/predis": "1.*",
+ "predis/predis": "1.*|2.*|3.*",
25
"iron-io/iron_mq": "dev-master",
26
- "ext-memcache": "*",
27
- "microsoft/windowsazure": ">=0.4.0"
+ "ext-memcache": "*"
28
},
29
"suggest": {
30
"predis/predis": "For Redis backend support",
0 commit comments