|
|
@@ -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": "ba4d806e38ece83c2804652c3cb847a2",
|
|
|
+ "content-hash": "6915fee4834cac0251f47409404ca293",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "cakephp/core",
|
|
|
@@ -1166,6 +1166,61 @@
|
|
|
},
|
|
|
"time": "2018-02-13T20:26:39+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "pda/pheanstalk",
|
|
|
+ "version": "v4.0.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/pheanstalk/pheanstalk.git",
|
|
|
+ "reference": "1a43eb97a53144a2e692bce2ea2be721cc9913a4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/pheanstalk/pheanstalk/zipball/1a43eb97a53144a2e692bce2ea2be721cc9913a4",
|
|
|
+ "reference": "1a43eb97a53144a2e692bce2ea2be721cc9913a4",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "php": ">=7.1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^7"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Pheanstalk\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Paul Annesley",
|
|
|
+ "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/pheanstalk/pheanstalk",
|
|
|
+ "keywords": [
|
|
|
+ "beanstalkd"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/pheanstalk/pheanstalk/issues",
|
|
|
+ "source": "https://github.com/pheanstalk/pheanstalk/tree/v4.0.4"
|
|
|
+ },
|
|
|
+ "time": "2021-11-19T15:00:20+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "psr/cache",
|
|
|
"version": "1.0.1",
|