OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
certval
/
vendor
/
phpmailer
/
phpmailer
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/12/2020 06:20:03 AM
rwxrwxr-x
📄
COMMITMENT
2.04 KB
11/12/2020 06:20:04 AM
rw-rw-r--
📄
LICENSE
25.91 KB
11/12/2020 06:20:04 AM
rw-rw-r--
📄
README.md
16 KB
11/12/2020 06:20:04 AM
rw-rw-r--
📄
SECURITY.md
4.48 KB
11/12/2020 06:20:04 AM
rw-rw-r--
📄
VERSION
5 bytes
11/12/2020 06:20:04 AM
rw-rw-r--
📄
composer.json
1.52 KB
11/12/2020 06:20:04 AM
rw-rw-r--
📄
get_oauth_token.php
4.75 KB
11/12/2020 06:20:04 AM
rw-rw-r--
📁
language
-
11/12/2020 06:20:10 AM
rwxrwxr-x
📁
src
-
11/12/2020 06:20:11 AM
rwxrwxr-x
Editing: composer.json
Close
{ "name": "phpmailer/phpmailer", "type": "library", "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "authors": [ { "name": "Marcus Bointon", "email": "phpmailer@synchromedia.co.uk" }, { "name": "Jim Jagielski", "email": "jimjag@gmail.com" }, { "name": "Andy Prevost", "email": "codeworxtech@users.sourceforge.net" }, { "name": "Brent R. Matzelle" } ], "require": { "php": ">=5.5.0", "ext-ctype": "*", "ext-filter": "*" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.2", "phpunit/phpunit": "^4.8 || ^5.7", "doctrine/annotations": "^1.2" }, "suggest": { "psr/log": "For optional PSR-3 debug logging", "league/oauth2-google": "Needed for Google XOAUTH2 authentication", "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", "ext-mbstring": "Needed to send email in multibyte encoding charset", "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" }, "autoload": { "psr-4": { "PHPMailer\\PHPMailer\\": "src/" } }, "autoload-dev": { "psr-4": { "PHPMailer\\Test\\": "test/" } }, "license": "LGPL-2.1-only" }