resque / php-resque

An implementation of Resque in PHP.
MIT License
216 stars 77 forks source link

Suggestion: PSR-4 compliant namespace #36

Closed JoyceBabu closed 1 year ago

JoyceBabu commented 4 years ago

It would be nice if the project moved to a PSR-4 compliant namespace. Since this would be a BC breaking change, this would require a major version bump.

danhunsaker commented 4 years ago

This is part of the PHP 7 support updates that are still pending. Hopefully I'll find some time to get cracking on those soon.

nixoncode commented 4 years ago

This would be super nice