gitextract_lbbsn1te/ ├── .gitattributes ├── .gitignore ├── .scrutinizer.yml ├── .travis.yml ├── LICENSE ├── README.md ├── composer.json ├── config/ │ └── clamav.php ├── phpunit.xml ├── provides.json ├── src/ │ ├── ClamavValidator/ │ │ ├── ClamavValidatorException.php │ │ ├── ClamavValidatorServiceProvider.php │ │ └── Rules/ │ │ └── ClamAv.php │ └── lang/ │ └── en/ │ └── validation.php └── tests/ ├── .gitkeep ├── ClamavValidatorServiceProviderTest.php ├── ClamavValidatorTest.php ├── Helpers/ │ └── ValidatorHelper.php └── files/ ├── test1.txt ├── test2.txt ├── test3.txt └── test4.txt