Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (MagentoComposerApplicationFactory $composerApplicationFactory) | |
remove (array $packages) | |
Class to run composer remove command
Definition at line 13 of file Remove.php.
__construct | ( | MagentoComposerApplicationFactory | $composerApplicationFactory | ) |
Constructor
MagentoComposerApplicationFactory | $composerApplicationFactory |
Definition at line 27 of file Remove.php.
remove | ( | array | $packages | ) |
Run 'composer remove'
array | $packages |
Definition at line 41 of file Remove.php.