-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 810 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "phpmussel/frontend",
"description": "phpMussel front-end",
"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/FrontEnd/issues",
"source": "https://github.com/phpMussel/FrontEnd",
"docs": "https://github.com/phpMussel/Docs",
"rss": "https://github.com/phpMussel/FrontEnd/releases.atom"
},
"require": {
"php": ">=7.2.0",
"phpmussel/core": "^3.7",
"maikuolan/common": "^2.15",
"ext-pcre": "*"
},
"autoload": {
"psr-4": {
"phpMussel\\FrontEnd\\": "src/"
}
}
}