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

Unable to run tests on PHP 7.2.x #23

Open
OnkelTem opened this issue Apr 22, 2019 · 1 comment
Open

Unable to run tests on PHP 7.2.x #23

OnkelTem opened this issue Apr 22, 2019 · 1 comment

Comments

@OnkelTem
Copy link

composer install doesn't work:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - atoum/atoum 1.2.5 requires php >=5.3.3,<7 -> your PHP version (7.2.15) does not satisfy that requirement.
    - atoum/atoum 1.2.4 requires ext-xml * -> the requested PHP extension xml is missing from your system.
    - atoum/atoum 1.2.3 requires ext-xml * -> the requested PHP extension xml is missing from your system.
    - atoum/atoum 1.2.2 requires ext-xml * -> the requested PHP extension xml is missing from your system.
    - atoum/atoum 1.2.1 requires ext-xml * -> the requested PHP extension xml is missing from your system.
    - atoum/atoum 1.2.0 requires ext-xml * -> the requested PHP extension xml is missing from your system.
    - atoum/atoum 1.1.0 requires ext-xml * -> the requested PHP extension xml is missing from your system.
    - atoum/atoum 1.0.0 requires ext-xml * -> the requested PHP extension xml is missing from your system.
    - Installation request for atoum/atoum ~1 -> satisfiable by atoum/atoum[1.0.0, 1.1.0, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5].

So you require "atoum/atoum": "~1" which doesn't support PHP 7.2.

@romaricdrigon
Copy link
Owner

Ok - I'm noting that, and I hope to wok on it soon!

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

2 participants