-
Notifications
You must be signed in to change notification settings - Fork 39
PHP version requirement contradiction. #105
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
Comments
@neoacevedo do you have time to do a pull request correcting versions? Thanks. |
Your project has requirement for an old version of symfony/browser-kit
|
Oh, it comes from very interesting version constraint in basic template
back to @samdark |
I will try but I'm so noob on it. |
@neoacevedo If you haven't figured it out yet, my advice is to completely remove |
Interesting, that symfony package is the root cause. |
It is caused by |
Uh oh!
There was an error while loading. Please reload this page.
There is a contradiction in the dependences:
codeception/module-yii2[1.1.0, ..., 1.1.1] require php >=5.6.0 <8.0 -> your php version (8.0.8) does not satisfy that requirement.
codeception/lib-innerbrowser[4.0.0, ..., 4.0.3] require php ^8.1 -> your php version (8.0.8) does not satisfy that requirement.
The module itself requires a PHP < 8.0 but its dependence, lib-innerbrowser requires a version >= 8.1
I'm trying to install this module in the yii2 app basic template, but the PHP version requirement is weird. If I try with PHP >= 8.0 the results are the same.
The text was updated successfully, but these errors were encountered: