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

Wrong requirements for invo v 2.0.0 install #105

Open
Edd-G opened this issue Jan 13, 2023 · 0 comments
Open

Wrong requirements for invo v 2.0.0 install #105

Edd-G opened this issue Jan 13, 2023 · 0 comments

Comments

@Edd-G
Copy link

Edd-G commented Jan 13, 2023

Cannot install latest invo with php version 7.4.33 and Phalcon version 5.0.0

But in release requirements:

Supporting Phalcon v5.0.0+
PHP Versions: 7.4, 8.0, 8.1

composer install/update errors:

    - Root composer.json requires php >=8.0 but your php version (7.4.33) does not satisfy that requirement.
  Problem 2
    - Root composer.json requires PHP extension ext-phalcon ^5.0.2 but it has the wrong version (5.0.0) installed. Install or enable PHP's phalcon extension.
  Problem 3
    - Root composer.json requires codeception/module-phpbrowser ^3.0 -> satisfiable by codeception/module-phpbrowser[3.0.0].
    - codeception/module-phpbrowser 3.0.0 requires php ^8.0 -> your php version (7.4.33) does not satisfy that requirement.
  Problem 4
    - Root composer.json requires codeception/module-asserts ^3.0 -> satisfiable by codeception/module-asserts[3.0.0].
    - codeception/module-asserts 3.0.0 requires php ^8.0 -> your php version (7.4.33) does not satisfy that requirement.
  Problem 5
    - Root composer.json requires phalcon/migrations ^3.0 -> satisfiable by phalcon/migrations[v3.0.0].
    - phalcon/migrations v3.0.0 requires ext-phalcon >=5.0.1 -> it has the wrong version (5.0.0) installed. Install or enable PHP's phalcon extension.
  Problem 6
    - codeception/codeception[5.0.0, ..., 5.0.6] require php ^8.0 -> your php version (7.4.33) does not satisfy that requirement.
    - Root composer.json requires codeception/codeception ^5.0.0 -> satisfiable by codeception/codeception[5.0.0, ..., 5.0.6].

Please fix the description for release.
What version Invo need for install without errors with php version 7.4 ?

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