-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
20 lines (20 loc) · 825 Bytes
/
composer.json
File metadata and controls
20 lines (20 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "phpmussel/sigtool",
"description": "Generates signatures for phpMussel using main.cvd and daily.cvd from ClamAV.",
"keywords": ["phpmussel","signatures","generator","sigtool","clamav"],
"license": "MIT",
"support": {
"issues": "https://github.com/phpMussel/SigTool/issues",
"source": "https://github.com/phpMussel/SigTool",
"docs": "https://github.com/phpMussel/SigTool/tree/master/_docs",
"rss": "https://github.com/phpMussel/SigTool/releases.atom",
"chat": "https://gitter.im/phpMussel2/Lobby"
},
"require": {
"php": ">=7.2.0",
"ext-pcre": "*"
},
"suggest": {
"phpmussel/phpmussel": "PHP-based anti-virus anti-trojan anti-malware solution (the package that SigTool is designed to write signatures for)."
}
}