From 07f9f89cff4882e86aeb5e9af05dc5f8644457f4 Mon Sep 17 00:00:00 2001 From: Adam Lavin Date: Sun, 14 Feb 2021 18:19:03 +0000 Subject: [PATCH] Update pheanstalk to v4 --- composer.json | 2 +- composer.lock | 35 ++++++++++++++++++----------------- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 8ee3271c..0ffa685b 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "guzzlehttp/guzzle": "~6.0", "doctrine/dbal": "2.5.*", "venturecraft/revisionable": "^1.36", - "pda/pheanstalk": "~3.0", + "pda/pheanstalk": "~v4.0.0", "cviebrock/laravel-elasticsearch": "4.0.0", "barryvdh/laravel-debugbar": "~3.4", "predis/predis": "^1.0", diff --git a/composer.lock b/composer.lock index 71b21754..2a5d1b05 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "413892dc2e8a0cb762254d70dca670d4", + "content-hash": "ff734c9db5a1cd4060f56c7179ac2aad", "packages": [ { "name": "alsofronie/eloquent-uuid", @@ -3723,30 +3723,26 @@ }, { "name": "pda/pheanstalk", - "version": "v3.2.1", + "version": "v4.0.3", "source": { "type": "git", - "url": "https://github.com/pda/pheanstalk.git", - "reference": "57b6e76f1b06ca798e739a8dee92c2dac04fd170" + "url": "https://github.com/pheanstalk/pheanstalk.git", + "reference": "6165573aad525d39b3ac8ae916214cb483a61263" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pda/pheanstalk/zipball/57b6e76f1b06ca798e739a8dee92c2dac04fd170", - "reference": "57b6e76f1b06ca798e739a8dee92c2dac04fd170", + "url": "https://api.github.com/repos/pheanstalk/pheanstalk/zipball/6165573aad525d39b3ac8ae916214cb483a61263", + "reference": "6165573aad525d39b3ac8ae916214cb483a61263", "shasum": "" }, "require": { - "php": ">=5.3.0" + "ext-mbstring": "*", + "php": ">=7.1.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "^7" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.1-dev" - } - }, "autoload": { "psr-4": { "Pheanstalk\\": "src/" @@ -3762,18 +3758,23 @@ "email": "paul@annesley.cc", "homepage": "http://paul.annesley.cc/", "role": "Developer" + }, + { + "name": "Sam Mousa", + "email": "sam@mousa.nl", + "role": "Maintainer" } ], "description": "PHP client for beanstalkd queue", - "homepage": "https://github.com/pda/pheanstalk", + "homepage": "https://github.com/pheanstalk/pheanstalk", "keywords": [ "beanstalkd" ], "support": { - "issues": "https://github.com/pda/pheanstalk/issues", - "source": "https://github.com/pda/pheanstalk/tree/master" + "issues": "https://github.com/pheanstalk/pheanstalk/issues", + "source": "https://github.com/pheanstalk/pheanstalk/tree/v4.0.3" }, - "time": "2018-09-19T12:16:28+00:00" + "time": "2020-09-22T07:17:48+00:00" }, { "name": "phpdocumentor/reflection-common",