mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
16 lines
394 B
JSON
16 lines
394 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",
|
|
"scr34m/php-malware-scanner": "@dev"
|
|
},
|
|
"autoload": {
|
|
},
|
|
"bin": ["scan"]
|
|
}
|