Merge pull request #1236 from jonnybarnes/dependabot/composer/laravel/horizon-5.22.0

build(deps): Bump laravel/horizon from 5.21.5 to 5.22.0
This commit is contained in:
Jonny Barnes 2024-01-19 15:23:35 +00:00 committed by GitHub
commit ca0287ad8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

26
composer.lock generated
View file

@ -2136,36 +2136,36 @@
}, },
{ {
"name": "laravel/horizon", "name": "laravel/horizon",
"version": "v5.21.5", "version": "v5.22.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/horizon.git", "url": "https://github.com/laravel/horizon.git",
"reference": "081422577fb49608ed68a3b284bcecd0c5860ce6" "reference": "151f7fc544fd7711499512b736b30036dfaa5bc0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/horizon/zipball/081422577fb49608ed68a3b284bcecd0c5860ce6", "url": "https://api.github.com/repos/laravel/horizon/zipball/151f7fc544fd7711499512b736b30036dfaa5bc0",
"reference": "081422577fb49608ed68a3b284bcecd0c5860ce6", "reference": "151f7fc544fd7711499512b736b30036dfaa5bc0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"ext-pcntl": "*", "ext-pcntl": "*",
"ext-posix": "*", "ext-posix": "*",
"illuminate/contracts": "^8.17|^9.0|^10.0", "illuminate/contracts": "^8.17|^9.0|^10.0|^11.0",
"illuminate/queue": "^8.17|^9.0|^10.0", "illuminate/queue": "^8.17|^9.0|^10.0|^11.0",
"illuminate/support": "^8.17|^9.0|^10.0", "illuminate/support": "^8.17|^9.0|^10.0|^11.0",
"nesbot/carbon": "^2.17", "nesbot/carbon": "^2.17",
"php": "^7.3|^8.0", "php": "^7.3|^8.0",
"ramsey/uuid": "^4.0", "ramsey/uuid": "^4.0",
"symfony/error-handler": "^5.0|^6.0", "symfony/error-handler": "^5.0|^6.0|^7.0",
"symfony/process": "^5.0|^6.0" "symfony/process": "^5.0|^6.0|^7.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"orchestra/testbench": "^6.0|^7.0|^8.0", "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.0", "phpunit/phpunit": "^9.0|^10.4",
"predis/predis": "^1.1|^2.0" "predis/predis": "^1.1|^2.0"
}, },
"suggest": { "suggest": {
@ -2208,9 +2208,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/horizon/issues", "issues": "https://github.com/laravel/horizon/issues",
"source": "https://github.com/laravel/horizon/tree/v5.21.5" "source": "https://github.com/laravel/horizon/tree/v5.22.0"
}, },
"time": "2023-12-29T22:22:23+00:00" "time": "2024-01-16T15:06:40+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",