codeclimate / php-test-reporter

DEPRECATED PHP Test Reporter
Other
65 stars 31 forks source link

Updated symfony/console to require v2 or v3 #60

Closed roelofr closed 8 years ago

roelofr commented 8 years ago

Previously, only symfony/console v2 was supported, causing some collision with projects that use v3

This small edit makes it use either v2 or v3. Using v3 if symfony/console is not being used yet.

It's a small change, and doesn't really cause any harm as the features of Console that are used are equal in both v2 and v3.

pbrisbin commented 8 years ago

Thanks!