Skip to content

Commit c48adce

Browse files
committed
Update composer.json
1 parent fb5d7b2 commit c48adce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 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/core",
3+
"description": "phpMussel core",
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,10 +13,10 @@
1313
},
1414
"require": {
1515
"php": ">=7.2.0",
16+
"maikuolan/common": "^2.3",
1617
"ext-pcre": "*"
1718
},
1819
"suggest": {
19-
"cidram/cidram": "Classless Inter-Domain Routing Access Manager (works great in conjunction with phpMussel).",
2020
"ext-bz2": "*",
2121
"ext-curl": "*",
2222
"ext-lzf": "*",

0 commit comments

Comments
 (0)