Closed loranger closed 8 years ago
As proposed in #67, here is my pull request for unload command.
Basically, everything was already there:
Unload is calling $config->removePackage in order to remove the given path from studio.json
$config->removePackage
studio.json
Scrap command was refactored in order to extend Unload (and keep the project DRY)
The studio version was incremented in bin/studio and composer.json
bin/studio
composer.json
Documentation is up-to-date
Thanks a lot for the PR. I went with @rask's version. :)
As proposed in #67, here is my pull request for unload command.
Basically, everything was already there:
Unload is calling
$config->removePackage
in order to remove the given path fromstudio.json
Scrap command was refactored in order to extend Unload (and keep the project DRY)
The studio version was incremented in
bin/studio
andcomposer.json
Documentation is up-to-date