Composer json update for packagist

This commit is contained in:
Gabor Gyorvari
2018-03-06 19:59:15 +01:00
parent 8b01805952
commit 4485b48e52

View File

@@ -1,21 +1,13 @@
{
"name": "scr34m/php-malware-scanner",
"type": "library",
"description": "Scans PHP files for malwares and known threats",
"keywords": ["malware", "scanner", "commandline"],
"license": "GPL-3.0",
"repositories": [
{
"type": "package",
"package": {
"name": "scr34m/php-malware-scanner",
"version": "dev-master",
"source": {
"url": "git://github.com:scr34m/php-malware-scanner.git",
"type": "git",
"reference": "master"
},
"autoload": {
}
}
}
]
}
"homepage": "https://github.com/scr34m/php-malware-scanner",
"require": {
"php": ">=5.2.0"
},
"autoload": {
}
}