Skip to content

v2.0.0

Compare
Choose a tag to compare
@jonjomckay jonjomckay released this 07 Dec 23:05
· 101 commits to master since this release

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 a require-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!