Skip to content

Can't install dev-master version using Composer #799

Closed
@MaXal

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

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions