v2.0.0
Miscellaneous
- Changed package vendor and name to
xenolope/quahog
New Features
- Added
Client::scanLocalFile()
for scanning a file - Added
Client::scanResourceStream()
for scanning a resource stream
Improvements
- Changed visibility of methods and properties to
protected
- Dropped support for PHP 5.3, 5.4 and 5.5 and gained support for PHP 5.6 and 7.0
- Changed autoloading to be PSR-4 compatible
- Now requiring
phpunit/phpunit
as arequire-dev
dependency - Removed old blur Group associations
- Now adhering to Composer namespace recommendations (
Xenolope\Quahog
) - Updated tests to use virtual file system
Thanks to @MassiveHiggsField, @jchamberlain, @gimler, @TheOnlyMerlin and @lbialy for their contributions!