-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcomposer.json
34 lines (34 loc) · 981 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "phpmussel/core",
"description": "phpMussel core",
"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/Core/issues",
"source": "https://github.com/phpMussel/Core",
"docs": "https://github.com/phpMussel/Docs",
"rss": "https://github.com/phpMussel/Core/releases.atom"
},
"require": {
"php": ">=7.2.0",
"maikuolan/common": "^2.12.2",
"ext-pcre": "*"
},
"suggest": {
"ext-apcu": ">=4",
"ext-bz2": "*",
"ext-curl": "*",
"ext-lzf": "*",
"ext-rar": "*",
"ext-zip": "*"
},
"scripts": {
"test": "@php tests.php"
},
"autoload": {
"psr-4": {
"phpMussel\\Core\\": "src/"
}
}
}