Skip to content
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 code with typehints, updated phpunit and checked compatibility with PHP 8 #6

Merged
merged 2 commits into from
Mar 4, 2021

Conversation

gnoddep
Copy link
Member

@gnoddep gnoddep commented Feb 16, 2021

No description provided.

@@ -20,9 +20,10 @@
}
},
"require": {
"php": "^7.0"
"php": "^7.4|^8.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it really necessary to require 7.4?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, but due to the behaviour change in #7, I was planning to release 2.0 and why not require a recent PHP version for that?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, do you mind releasing 2.0 or should I remove the code the requires 7.4?

@gnoddep gnoddep merged commit d3b2aef into frankbv:master Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants