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

PHP version requirements are not correct #8

Open
peter279k opened this issue Nov 8, 2020 · 0 comments
Open

PHP version requirements are not correct #8

peter279k opened this issue Nov 8, 2020 · 0 comments

Comments

@peter279k
Copy link

According to the composer.json file, this package requires php-5.4 version at least.

On require-dev setting, it requires phpunit/phpunit:^6.5 version. But this PHPUnit version requires php-7.0 version at least.

To fix above issue, I think it should let this package require php-7.2 or php-7.3 version because from php-5.4 to php-7.0 versions are too old/inactive.

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

No branches or pull requests

1 participant