Closed
Description
I have the following composer.json
:
{
"require-dev": {
"phing/phing" : "dev-master"
}
}
Running composer install
I get:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for phing/phing dev-master -> satisfiable by phing/phing[dev-master].
- phing/phing dev-master requires phpdocumentor/parallel master@dev -> no matching package found.
I believe the reason is the following commit: 9753291