-
-
Notifications
You must be signed in to change notification settings - Fork 385
Closed
Description
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
Labels
No labels