Skip to content

PHPUnit 3.7 loads broken version of php-code-coverage #276

@tsuriga

Description

@tsuriga

PHPUnit's composer.json has a version ">=1.2.1,<1.3.0" for php-code-coverage, which currently causes php-code-coverage 1.2.17 and thus php-token-stream 1.3.0 to be loaded, breaking PHPUnit 3.7. The fix for php-code-coverage was made in pull request here #272. Could 1.2.18 tag be created for php-code-coverage, or what is the correct course of action here to prevent PHPUnit 3.7 from breaking? Another way to fix this would be to change the php-code-coverage version string to "~1.2.0@dev" in PHPUnit's composer.json, but I'm not sure you'll want dev there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions