-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 755 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 755 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/web",
"description": "phpMussel upload handler",
"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/Web/issues",
"source": "https://github.com/phpMussel/Web",
"docs": "https://github.com/phpMussel/Docs",
"rss": "https://github.com/phpMussel/Web/releases.atom"
},
"require": {
"php": ">=7.2.0",
"phpmussel/core": "^3.5.2",
"ext-pcre": "*"
},
"autoload": {
"psr-4": {
"phpMussel\\Web\\": "src/"
}
}
}