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
As title, the phpunit phar build is about the dependencies of required development.
phpunit
I think we don't have to let this be in Git version control.
IMHO, the proper way is to remove this PHAR build and define correct phpunit version inside require-dev block on composer.json.
require-dev
composer.json
The text was updated successfully, but these errors were encountered:
@peter279k Did you mean to create this issue here? We were discussing this question in robrichards/xmlseclibs#200
Perhaps you meant to create this in https://github.com/robrichards/xmlseclibs/issues?
Sorry, something went wrong.
Ok. Moving the issue to there.
No branches or pull requests
As title, the
phpunit
phar build is about the dependencies of required development.I think we don't have to let this be in Git version control.
IMHO, the proper way is to remove this PHAR build and define correct
phpunit
version insiderequire-dev
block oncomposer.json
.The text was updated successfully, but these errors were encountered: