franzliedke / studio

A workbench for developing Composer packages.
MIT License
1.14k stars 73 forks source link

Unload command #69

Closed loranger closed 8 years ago

loranger commented 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

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

Documentation is up-to-date

franzliedke commented 8 years ago

Thanks a lot for the PR. I went with @rask's version. :)