HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: /home4/cca63905/public_html/guiaweb/htdocs/includes/webklex/php-imap/composer.json
{
    "name": "webklex/php-imap",
    "type": "library",
    "description": "PHP IMAP client",
    "keywords": [
        "webklex",
        "imap",
        "pop3",
        "php-imap",
        "mail"
    ],
    "homepage": "https://github.com/webklex/php-imap",
    "license": "MIT",
    "authors": [
        {
            "name": "Malte Goldenbaum",
            "email": "github@webklex.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.5.9",
        "ext-openssl": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
        "ext-iconv": "*",
        "ext-fileinfo": "*",
        "nesbot/carbon": ">=1.0",
        "symfony/http-foundation": ">=2.8.0",
        "illuminate/pagination": ">=5.0.0"
    },
    "require-dev": {
        "phpunit/phpunit": "~4.0"
    },
    "autoload": {
        "psr-4": {
            "Webklex\\PHPIMAP\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests"
        }
    },
    "scripts": {
        "test": "phpunit"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0-dev"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}