We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hhvm
hhvm-nightly
--prefer-stable
--prefer-lowest
before_script
script
atoum/atoum
require
composer.json
^2.0
nightly
--prefer-lowest may not pass on php >= 7.0: in this case, disabling --prefer-lowest on php >= 7.0 is OK.
>= 7.0
See here fro an example
The text was updated successfully, but these errors were encountered:
I somehow messed up the pull request as it did not assign me to this issue... Sorry for the inconvenience, I'm a first-time contributor
Sorry, something went wrong.
No branches or pull requests
hhvm
andhhvm-nightly
from the matrix and allowed failures--prefer-stable
and--prefer-lowest
before_script
andscript
atoum/atoum
to therequire
section incomposer.json
atoum/atoum
: it should be at least^2.0
nightly
should be an allowed failure--prefer-lowest
may not pass on php>= 7.0
: in this case, disabling--prefer-lowest
on php>= 7.0
is OK.See here fro an example
The text was updated successfully, but these errors were encountered: