Files
php-malware-scanner/composer.json
2018-04-04 10:24:08 +02:00

15 lines
352 B
JSON

{
"name": "scr34m/php-malware-scanner",
"type": "library",
"description": "Scans PHP files for malwares and known threats",
"keywords": ["malware", "scanner", "commandline"],
"license": "GPL-3.0",
"homepage": "https://github.com/scr34m/php-malware-scanner",
"require": {
"php": ">=5.2.0"
},
"autoload": {
},
"bin": ["scan"]
}