Closed electric closed 6 years ago
Forgot to mention - if I install just phpunit/phpunit, it runs successfully.
This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions.
EDIT: I think I've managed to track it down to another installed package -
"sami/sami": "3.*"
- bumping this (and its dependencies) solved my problem.I'm getting a hang and this error when trying to install both
"phpunit/phpunit": "7.*"
and"phpunit/dbunit": "4.*"
through composerResolving dependencies through SAT
Here's a full dump of the output when running
composer update -vvv