Add (horizon)

This commit is contained in:
2023-11-28 14:55:29 +08:00
parent 30c54e65b3
commit d727be1e31
14 changed files with 1219 additions and 1 deletions

80
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": "84f90f6b5010de195dcd0fead0d21daf",
"content-hash": "63a6e2f82f8bc123bd492a8a3c168cda",
"packages": [
{
"name": "alaminfirdows/laravel-editorjs",
@@ -2733,6 +2733,84 @@
},
"time": "2023-11-21T14:49:31+00:00"
},
{
"name": "laravel/horizon",
"version": "v5.21.3",
"source": {
"type": "git",
"url": "https://github.com/laravel/horizon.git",
"reference": "6e2b0bb3f8c5b653e8e3ba15661caea6d9613c31"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/horizon/zipball/6e2b0bb3f8c5b653e8e3ba15661caea6d9613c31",
"reference": "6e2b0bb3f8c5b653e8e3ba15661caea6d9613c31",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcntl": "*",
"ext-posix": "*",
"illuminate/contracts": "^8.17|^9.0|^10.0",
"illuminate/queue": "^8.17|^9.0|^10.0",
"illuminate/support": "^8.17|^9.0|^10.0",
"nesbot/carbon": "^2.17",
"php": "^7.3|^8.0",
"ramsey/uuid": "^4.0",
"symfony/error-handler": "^5.0|^6.0",
"symfony/process": "^5.0|^6.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.0",
"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|^2.0)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Horizon\\HorizonServiceProvider"
],
"aliases": {
"Horizon": "Laravel\\Horizon\\Horizon"
}
}
},
"autoload": {
"psr-4": {
"Laravel\\Horizon\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Dashboard and code-driven configuration for Laravel queues.",
"keywords": [
"laravel",
"queue"
],
"support": {
"issues": "https://github.com/laravel/horizon/issues",
"source": "https://github.com/laravel/horizon/tree/v5.21.3"
},
"time": "2023-10-27T13:58:13+00:00"
},
{
"name": "laravel/prompts",
"version": "v0.1.13",