PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Caleb   PHP Mussel   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Mussel
PHP file virus scanner to detect malware
Author: By
Last change:
Date: 5 years ago
Size: 1,258 bytes
 

Contents

Class file image Download
{ "name": "phpmussel/phpmussel", "description": "PHP-based anti-virus anti-trojan anti-malware solution.", "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": { "chat": "https://gitter.im/phpMussel2/Lobby", "issues": "https://github.com/phpMussel/phpMussel/issues", "wiki": "https://github.com/phpMussel/phpMussel/wiki", "source": "https://github.com/phpMussel/phpMussel", "docs": "https://github.com/phpMussel/phpMussel/tree/master/_docs" }, "require": { "php": ">=5.4.0", "ext-pcre": "*" }, "suggest": { "php": ">=7.2.0 (this package performs significantly better with PHP >= 7.2.0).", "maikuolan/phpmussel-plugin-notifications": "A phpMussel plugin to receive email notifications from phpMussel whenever a file upload is blocked.", "cidram/cidram": "Classless Inter-Domain Routing Access Manager (works great in conjunction with phpMussel).", "ext-bz2": "*", "ext-curl": "*", "ext-lzf": "*", "ext-rar": "*", "ext-zip": "*" } }