Closed roelofr closed 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.
Thanks!
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.