2018-03-02 19:28:03 +01:00
|
|
|
{
|
|
|
|
|
"name": "scr34m/php-malware-scanner",
|
2018-03-06 19:59:15 +01:00
|
|
|
"type": "library",
|
2018-03-02 19:28:03 +01:00
|
|
|
"description": "Scans PHP files for malwares and known threats",
|
2018-03-06 19:59:15 +01:00
|
|
|
"keywords": ["malware", "scanner", "commandline"],
|
2018-03-02 19:28:03 +01:00
|
|
|
"license": "GPL-3.0",
|
2018-03-06 19:59:15 +01:00
|
|
|
"homepage": "https://github.com/scr34m/php-malware-scanner",
|
|
|
|
|
"require": {
|
2026-06-01 16:12:36 +02:00
|
|
|
"php": ">=5.3.0"
|
2018-03-06 19:59:15 +01:00
|
|
|
},
|
|
|
|
|
"autoload": {
|
2018-04-04 10:20:41 +02:00
|
|
|
},
|
2019-05-15 18:49:48 +02:00
|
|
|
"minimum-stability": "dev",
|
2018-04-04 10:20:41 +02:00
|
|
|
"bin": ["scan"]
|
2018-03-06 19:59:15 +01:00
|
|
|
}
|