loopline-systems / closeio-api-wrapper

PHP Wrapper to use the Close.io API
MIT License
14 stars 15 forks source link

Remove unused class requiremend #88

Closed mavimo closed 6 years ago

mavimo commented 6 years ago

In src/LooplineSystems/CloseIoApiWrapper/Library/ObjectHydrateHelperTrait.php we include use Zend\Filter\Word\UnderscoreToCamelCase; that is not used and is not included in our dependency, this will break package that use this lib without including also zend core package.