When I run composer install on command promp, there exist error like this :
composer install
Problem 1 - Installation request for laravel/horizon v1.1.0 ->
As per the accepted answer, but you can add this to your composer.json so that you don't have to run --ignore-platform-reqs all the time
--ignore-platform-reqs
"config": { "platform": { "ext-pcntl": "7.3", "ext-posix": "7.3" } }