Merge pull request #306 from jonnybarnes/dependabot/composer/laravel/horizon-5.9.9

Bump laravel/horizon from 5.9.7 to 5.9.9
This commit is contained in:
Jonny Barnes 2022-07-15 21:18:48 +01:00 committed by GitHub
commit 86b58d9a82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

26
composer.lock generated
View file

@ -1735,16 +1735,16 @@
},
{
"name": "laravel/framework",
"version": "v9.19.0",
"version": "v9.20.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "bbce25bd823133f6a5a724f2d62680b711f1d0df"
"reference": "c99868f1c9bf2f5d250993121838db905591864f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/bbce25bd823133f6a5a724f2d62680b711f1d0df",
"reference": "bbce25bd823133f6a5a724f2d62680b711f1d0df",
"url": "https://api.github.com/repos/laravel/framework/zipball/c99868f1c9bf2f5d250993121838db905591864f",
"reference": "c99868f1c9bf2f5d250993121838db905591864f",
"shasum": ""
},
"require": {
@ -1910,20 +1910,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2022-06-28T14:33:19+00:00"
"time": "2022-07-13T13:26:22+00:00"
},
{
"name": "laravel/horizon",
"version": "v5.9.7",
"version": "v5.9.9",
"source": {
"type": "git",
"url": "https://github.com/laravel/horizon.git",
"reference": "a98150769dc970972c30219662fe0e64259b733f"
"reference": "93f5d74e1b6126d0de4416c230cb35aaddbe51bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/horizon/zipball/a98150769dc970972c30219662fe0e64259b733f",
"reference": "a98150769dc970972c30219662fe0e64259b733f",
"url": "https://api.github.com/repos/laravel/horizon/zipball/93f5d74e1b6126d0de4416c230cb35aaddbe51bc",
"reference": "93f5d74e1b6126d0de4416c230cb35aaddbe51bc",
"shasum": ""
},
"require": {
@ -1943,11 +1943,11 @@
"mockery/mockery": "^1.0",
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.0",
"predis/predis": "^1.1"
"predis/predis": "^1.1|^2.0"
},
"suggest": {
"ext-redis": "Required to use the Redis PHP driver.",
"predis/predis": "Required when not using the Redis PHP driver (^1.1)."
"predis/predis": "Required when not using the Redis PHP driver (^1.1|^2.0)."
},
"type": "library",
"extra": {
@ -1985,9 +1985,9 @@
],
"support": {
"issues": "https://github.com/laravel/horizon/issues",
"source": "https://github.com/laravel/horizon/tree/v5.9.7"
"source": "https://github.com/laravel/horizon/tree/v5.9.9"
},
"time": "2022-04-20T18:07:08+00:00"
"time": "2022-07-11T18:08:25+00:00"
},
{
"name": "laravel/serializable-closure",