-
Notifications
You must be signed in to change notification settings - Fork 29
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
[DO NOT MERGE YET] Tracking changes with the PHP8 branch #63
base: master
Are you sure you want to change the base?
Conversation
Add auth to StartWorkerCommand
Signed-off-by: Phil E. Taylor <[email protected]>
remove travis EOL
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Scrutinizer Auto-Fixes
Make it clear that this project is no longer maintained
"php": ">=8", | ||
"symfony/framework-bundle": "^5.3", | ||
"symfony/console": "^5.3", | ||
"symfony/process": "^5.3", | ||
"resque/php-resque": "^1.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to use version dev-main. If not using php 8.3.3 it will throw this error:
Deprecated: Creation of dynamic property Resque_Redis::$driver is deprecated in /var/www/social-bg/vendor/resque/php-resque/lib/Resque/Redis.php on line 134 PHP Deprecated: Creation of dynamic property Resque_Redis::$driver is deprecated in /var/www/social-bg/vendor/resque/php-resque/lib/Resque/Redis.php on line 134
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi there - thanks for the report - this package is pretty much abandoned by me now as I moved from Resque queues to Symfony Messenger backed by redis direct.
A PR to show the differences between the two branches