From 94e99c0ffb262f436cf0e243365aa18253676854 Mon Sep 17 00:00:00 2001 From: rsmn Date: Wed, 8 Apr 2020 06:29:42 +0800 Subject: [PATCH] Changed version of the package --- horizon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon.md b/horizon.md index 0111f78f1..f954d322f 100644 --- a/horizon.md +++ b/horizon.md @@ -24,7 +24,7 @@ All of your worker configuration is stored in a single, simple configuration fil You may use Composer to install Horizon into your Laravel project: - composer require laravel/horizon + composer require laravel/horizon "^2.0" After installing Horizon, publish its assets using the `vendor:publish` Artisan command: