Update pheanstalk to v4

This commit is contained in:
Adam Lavin 2021-02-14 18:19:03 +00:00
parent f50be2eb89
commit 07f9f89cff
No known key found for this signature in database
GPG key ID: 9C4C68AFA9CA6461
2 changed files with 19 additions and 18 deletions

View file

@ -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",

35
composer.lock generated
View file

@ -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",