mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
Added binary script to composer and referring to global install
This commit is contained in:
@@ -7,7 +7,7 @@ The goal is to find infected files and fight against kiddies, because to easy to
|
|||||||
How to install?
|
How to install?
|
||||||
---
|
---
|
||||||
|
|
||||||
Simply clone the repository or use `composer require scr34m/php-malware-scanner` to do it.
|
Simply clone the repository or with composer install globally `composer global require scr34m/php-malware-scanner`.
|
||||||
|
|
||||||
How to use?
|
How to use?
|
||||||
-----------
|
-----------
|
||||||
|
|||||||
@@ -6,8 +6,10 @@
|
|||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"homepage": "https://github.com/scr34m/php-malware-scanner",
|
"homepage": "https://github.com/scr34m/php-malware-scanner",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.2.0"
|
"php": ">=5.2.0",
|
||||||
|
"scr34m/php-malware-scanner": "@dev"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
}
|
},
|
||||||
|
"bin": ["scan"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user