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
In the case that a user runs the Phar with PHP 5.3, we should probably die with an explicit message instead of waiting for an error to happen.
I think a simple if () in bin/couscous would be enough…
if ()
bin/couscous
The text was updated successfully, but these errors were encountered:
Was fixed in #52
Sorry, something went wrong.
No branches or pull requests
In the case that a user runs the Phar with PHP 5.3, we should probably die with an explicit message instead of waiting for an error to happen.
I think a simple
if ()
inbin/couscous
would be enough…The text was updated successfully, but these errors were encountered: