franzliedke / studio

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

Clean up dependencies #48

Closed franzliedke closed 8 years ago

franzliedke commented 8 years ago

Even though it's nice, some dependencies (such as illuminate/support and symfony/finder) are probably not needed enough to warrant bringing them in.

Since this package is meant to be installed globally, we have to be careful to avoid version conflicts with other globally-installed packages as much as possible.