Closed liayn closed 8 years ago
Thanks for the PR!
Just for my curiosity: Is there a special reason for using PHP < 7.1?
Regarding PHP. Do you know by now whether the ext will work with 7.1? I would say no. So I would not declare a compatibility that might not be true. In the end that would cause only frustration by the user
Do you know by now whether the ext will work with 7.1?
No, no testing with 7.x so far -- that's why I was curious why you added this. I will remove this on merge.
??
I exclude PHP 7.1 explicitly.
Which includes PHP 7.0 -- did you test that?
I looked at the code and found nothing contradicting. And it's running locally here on my 7.6 installation with PHP7 ;-)
Good enough for now :-D
Thanks for the info!
Also remove the static version number in composer.json as this is not recommended and is always deduced from the tags of the repository.