Releases: rquadling/abstract-console
Releases · rquadling/abstract-console
Upgrade minimum PHP 7.4+
v1.1.0: Removed `\RQuadling\Console\Input\Input` as not really appropriate for
1.1.0 - 2020-01-12
- Removed
\RQuadling\Console\Input\Inputas not really appropriate for this library.
Instead, this library will use whatever\Symfony\Component\Console\Input\InputInterfaceand
\Symfony\Component\Console\Output\OutputInterfacecompliant objects are supplied.