mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
Few improvements to make library like behaving to be composer friendly
This commit is contained in:
21
composer.json
Normal file
21
composer.json
Normal 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": {
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user