Merge pull request #5952 from rsmn/5.6

[5.6] Changed version of the package
This commit is contained in:
Taylor Otwell 2020-04-08 08:17:34 -05:00 committed by GitHub
commit 3cefc390cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: