Files
php-malware-scanner/composer.json

16 lines
382 B
JSON
Raw Normal View History

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