Skip to content

Commit 991b16e

Browse files
committed
Update dependencies
Update compatible Predis versions. In local testing it seems to work up to 3.x without code changes. Remove Azure from requires-dev. It's already in the 'suggest' section and the pinned version was tied to jwt versions affected by CVEs.
1 parent 60b35b9 commit 991b16e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "http://github.com/CoderKungfu/php-queue",
66
"type": "library",
77
"license": "MIT",
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"authors": [
1010
{
1111
"name": "Michael Cheng",
@@ -21,10 +21,9 @@
2121
"mrpoundsign/pheanstalk-5.3": "dev-master",
2222
"aws/aws-sdk-php": ">=2.8",
2323
"amazonwebservices/aws-sdk-for-php": "dev-master",
24-
"predis/predis": "1.*",
24+
"predis/predis": "1.*|2.*|3.*",
2525
"iron-io/iron_mq": "dev-master",
26-
"ext-memcache": "*",
27-
"microsoft/windowsazure": ">=0.4.0"
26+
"ext-memcache": "*"
2827
},
2928
"suggest": {
3029
"predis/predis": "For Redis backend support",

0 commit comments

Comments
 (0)