-
Notifications
You must be signed in to change notification settings - Fork 19
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
PHP 8.1 #64
PHP 8.1 #64
Conversation
tobias-trozowski
commented
Mar 3, 2022
- added support for php 8.1
- removed composer.lock
- fixed unit tests
ping @rdohms |
Sorry @tobias-trozowski will try to get to it this week. |
@tobias-trozowski can you double check the Code style issues? |
IMO there's no use for the lock file here as we are testing against latest and lowest. it's just one more thing which can cause friction (e.g. merge conflicts). |
@tobias-trozowski its mostly for local testing and contributor experience. |
@rdohms so shall i revert the removal? IMO it's not needed but i'm happy to add it again if you want it back |
If you could drop that commit it would be great. the rest looks good to merge. |
d443529
to
be0a9a4
Compare
@rdohms commit removed |
Released as 4.0.2, thanks! |
thanks a lot! |