-
Notifications
You must be signed in to change notification settings - Fork 54
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
update to php8 #39
update to php8 #39
Conversation
composer.json
Outdated
@@ -10,12 +10,12 @@ | |||
"homepage": "https://github.com/S1lentium" | |||
}], | |||
"require": { | |||
"php": ">=5.4.0", | |||
"php": ">=8.0", |
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.
This needs to be ^8.0 so it does not support e.g. php15
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.
I don't see this fixed.
The other thing is that this package is not maintained so this won't get merged anytime soon I believe
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.
I see now my push was rejected due to privacy settings on my email address 🤦🏻♂️ anyhoo i pushed this time around 😛 see 6d0556c
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.
why do you say this package is not maintained @S1lentium pushed some changes to this package in june?
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.
All good except one little comment
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.
@digibeuk Thank you for PR. Unfortunately, at the moment I don't have enough time to support and check PRs. I hope this commit will not break the dependence on older versions of PHP. I'll tag this commit a bit later |
this PR updates the codebase to be compatible with php8, after this we can start to use php8 features like type hints etc.
fixes : #38