Skip to content

Commit 2364e3b

Browse files
committed
Update composer.json
1 parent fb5d7b2 commit 2364e3b

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

composer.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "phpmussel/phpmussel",
3-
"description": "PHP-based anti-virus anti-trojan anti-malware solution.",
2+
"name": "phpmussel/cli",
3+
"description": "phpMussel CLI-mode",
44
"keywords": ["anti-virus","anti-trojan","anti-malware","anti-exploit","anti-spam","antivirus","uploads","security","protection"],
55
"homepage": "https://phpmussel.github.io/",
66
"license": "GPL-2.0-or-later",
@@ -13,16 +13,10 @@
1313
},
1414
"require": {
1515
"php": ">=7.2.0",
16+
"maikuolan/common": "^2.3",
17+
"phpmussel/core": "^3.0",
1618
"ext-pcre": "*"
1719
},
18-
"suggest": {
19-
"cidram/cidram": "Classless Inter-Domain Routing Access Manager (works great in conjunction with phpMussel).",
20-
"ext-bz2": "*",
21-
"ext-curl": "*",
22-
"ext-lzf": "*",
23-
"ext-rar": "*",
24-
"ext-zip": "*"
25-
},
2620
"require-dev": {
2721
"codeception/codeception": "^2.3",
2822
"symfony/event-dispatcher": "3.4.28"

0 commit comments

Comments
 (0)