Few improvements to make library like behaving to be composer friendly

This commit is contained in:
Gabor Gyorvari
2018-03-02 19:28:03 +01:00
parent c91819e22f
commit 072189bd8e
2 changed files with 131 additions and 38 deletions

21
composer.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "scr34m/php-malware-scanner",
"description": "Scans PHP files for malwares and known threats",
"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": {
}
}
}
]
}