mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Renamed Composer\Console\Command to BaseCommand for consistency with other abstract base classes.
This commit is contained in:
parent
5c98421ae8
commit
692a3ed300
24 changed files with 26 additions and 65 deletions
|
@ -38,7 +38,7 @@ use Composer\Spdx\SpdxLicenses;
|
|||
* @author Jordi Boggiano <j.boggiano@seld.be>
|
||||
* @author Jérémy Romey <jeremyFreeAgent>
|
||||
*/
|
||||
class ShowCommand extends Command
|
||||
class ShowCommand extends BaseCommand
|
||||
{
|
||||
protected $versionParser;
|
||||
protected $colors;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue