-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 757 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "phpmussel/cli",
"description": "phpMussel CLI-mode",
"keywords": ["anti-virus","anti-trojan","anti-malware","anti-exploit","anti-spam","antivirus","uploads","security","protection"],
"homepage": "https://phpmussel.github.io/",
"license": "GPL-2.0-or-later",
"support": {
"issues": "https://github.com/phpMussel/CLI/issues",
"source": "https://github.com/phpMussel/CLI",
"docs": "https://github.com/phpMussel/Docs",
"rss": "https://github.com/phpMussel/CLI/releases.atom"
},
"require": {
"php": ">=7.2.0 !=7.4.0",
"phpmussel/core": "^3.7.1",
"ext-pcre": "*"
},
"autoload": {
"psr-4": {
"phpMussel\\CLI\\": "src/"
}
}
}