DASPRiD / Dash

Flexible PSR-7 compliant HTTP router
BSD 2-Clause "Simplified" License
29 stars 9 forks source link

Allowing phpunit 5, removing phpunit from requires (wrong) #62

Closed Ocramius closed 8 years ago

DASPRiD commented 8 years ago

Well, errors out, although differently now :)… Apparently it install PHPUnit 5 on 5.5, even though it doesn't meat the requirement of PHP 5.6…

Ocramius commented 8 years ago

Apparently it install PHPUnit 5 on 5.5, even though it doesn't meat the requirement of PHP 5.6…

That's a PHPUnit bug, I suppose.

DASPRiD commented 8 years ago

More like composer bug, now? I mean, the composer.json of PHPUnit 5 says it requires 5.6, so why does composer install it?

DASPRiD commented 8 years ago

@Ocramius any update on this?

DASPRiD commented 8 years ago

Thanks a lot :)