-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class 'Pheanstalk\PheanstalkInterface' not found #27605
Comments
it seem that namespace changed to Pheanstalk\Contract\PheanstalkInterface; and that mean laravel not optimised with the latest Pheanstalk downgrading fix it for me
|
Pheanstalk 4 support will be introduced in 5.8, however it could be possible to add support to 5.7 while still maintaining 3.x support if @taylorotwell okay with that. BTW I been using pheanstalk 4 on Laravel 5.7 for a week now and running smoothly. |
5.7 will go into security mode only on the 4th of March but we could indeed add this in the meantime so people on 5.7 can still use it. I'll ping taylor about it. |
@crynobone if you can send something in for 5.7 which doesn't breaks anything you can do so :) |
Gonna close this then since it's not really a bug or anything. |
@driesvints See #27622 |
Description:
with php artisan queue:listen command i receive
Steps To Reproduce:
run cmd after composer require "pda/pheanstalk" and config queue setting then listen to beanstalkd Queue it fail
The text was updated successfully, but these errors were encountered: