orobogenius / sansdaemon

Batch process Laravel Queue without a daemon; Processes queue jobs and kills the process
https://medium.com/@orobogenius/laravel-queue-processing-on-shared-hosting-dedd82d0267a
MIT License
176 stars 17 forks source link

hy i am not able to install this package through composer on laravel 5.8 #23

Closed dev-talha-anwar closed 4 years ago

dev-talha-anwar commented 4 years ago

λ composer require queueworker/sansdaemon Using version ^1.2 for queueworker/sansdaemon ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

orobogenius commented 4 years ago

Hello @anwartalha, please install version 1.1.1 that supports Laravel 5.


composer require queueworker/sansdaemon:1.1.1