mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
Composer json update for packagist
This commit is contained in:
@@ -1,21 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "scr34m/php-malware-scanner",
|
"name": "scr34m/php-malware-scanner",
|
||||||
|
"type": "library",
|
||||||
"description": "Scans PHP files for malwares and known threats",
|
"description": "Scans PHP files for malwares and known threats",
|
||||||
|
"keywords": ["malware", "scanner", "commandline"],
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repositories": [
|
"homepage": "https://github.com/scr34m/php-malware-scanner",
|
||||||
{
|
"require": {
|
||||||
"type": "package",
|
"php": ">=5.2.0"
|
||||||
"package": {
|
},
|
||||||
"name": "scr34m/php-malware-scanner",
|
"autoload": {
|
||||||
"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