ghislainf / zf2-whoops

PHP whoops error on ZF2 framework
https://github.com/filp/whoops
59 stars 10 forks source link

Requiring entire ZF2 framework is a bad idea. #10

Closed Saeven closed 8 years ago

Saeven commented 8 years ago

https://github.com/ghislainf/zf2-whoops/blob/master/composer.json#L30

Dependencies will force a full framework download. It'd be necessary to limit it to those components you need.

Thanks!

Saeven commented 8 years ago

Moved to PR