[Web] Include IMAP lib for future use [Web] Fix default exception handler [Web] Fix sync job edit forms [Web] Other minor fixes
		
			
				
	
	
		
			371 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			371 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "_readme": [
 | 
						|
        "This file locks the dependencies of your project to a known state",
 | 
						|
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
 | 
						|
        "This file is @generated automatically"
 | 
						|
    ],
 | 
						|
    "content-hash": "baad410246ce54c06f9bbc7761e02a76",
 | 
						|
    "packages": [
 | 
						|
        {
 | 
						|
            "name": "ddeboer/imap",
 | 
						|
            "version": "1.5.5",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/ddeboer/imap.git",
 | 
						|
                "reference": "acf56f54375babb27a245338a13f4e8246975268"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/ddeboer/imap/zipball/acf56f54375babb27a245338a13f4e8246975268",
 | 
						|
                "reference": "acf56f54375babb27a245338a13f4e8246975268",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "ext-iconv": "*",
 | 
						|
                "ext-imap": "*",
 | 
						|
                "ext-mbstring": "*",
 | 
						|
                "php": "^7.0"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "friendsofphp/php-cs-fixer": "^2.10",
 | 
						|
                "phpstan/phpstan": "^0.9.1",
 | 
						|
                "phpstan/phpstan-phpunit": "^0.9.3",
 | 
						|
                "phpunit/phpunit": "^6.5 || ^7.0",
 | 
						|
                "zendframework/zend-mail": "^2.8"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "psr-4": {
 | 
						|
                    "Ddeboer\\Imap\\": "src/"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "David de Boer",
 | 
						|
                    "email": "david@ddeboer.nl"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Community contributors",
 | 
						|
                    "homepage": "https://github.com/ddeboer/imap/graphs/contributors"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Filippo Tessarotto",
 | 
						|
                    "email": "zoeslam@gmail.com"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Object-oriented IMAP for PHP",
 | 
						|
            "keywords": [
 | 
						|
                "email",
 | 
						|
                "imap",
 | 
						|
                "mail"
 | 
						|
            ],
 | 
						|
            "time": "2018-08-21T07:30:59+00:00"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "php-mime-mail-parser/php-mime-mail-parser",
 | 
						|
            "version": "2.11.1",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git",
 | 
						|
                "reference": "4769e942ed0dbbdd7882fc390b119d625463c8af"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/4769e942ed0dbbdd7882fc390b119d625463c8af",
 | 
						|
                "reference": "4769e942ed0dbbdd7882fc390b119d625463c8af",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "ext-mailparse": "*",
 | 
						|
                "php": "^5.4.0 || ^7.0"
 | 
						|
            },
 | 
						|
            "replace": {
 | 
						|
                "exorus/php-mime-mail-parser": "*",
 | 
						|
                "messaged/php-mime-mail-parser": "*"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/php-token-stream": "^1.3.0",
 | 
						|
                "phpunit/phpunit": "^4.0 || ^5.0",
 | 
						|
                "satooshi/php-coveralls": "0.*",
 | 
						|
                "squizlabs/php_codesniffer": "2.*"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "psr-4": {
 | 
						|
                    "PhpMimeMailParser\\": "src/"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "bucabay",
 | 
						|
                    "email": "gabe@fijiwebdesign.com",
 | 
						|
                    "homepage": "http://www.fijiwebdesign.com",
 | 
						|
                    "role": "Developer"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "eXorus",
 | 
						|
                    "email": "exorus.spam@gmail.com",
 | 
						|
                    "homepage": "https://github.com/eXorus/",
 | 
						|
                    "role": "Developer"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "M.Valinskis",
 | 
						|
                    "email": "M.Valins@gmail.com",
 | 
						|
                    "homepage": "https://code.google.com/p/php-mime-mail-parser",
 | 
						|
                    "role": "Developer"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "eugene.emmett.wood",
 | 
						|
                    "email": "gene_w@cementhorizon.com",
 | 
						|
                    "homepage": "https://code.google.com/p/php-mime-mail-parser",
 | 
						|
                    "role": "Developer"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "alknetso",
 | 
						|
                    "email": "alkne@gmail.com",
 | 
						|
                    "homepage": "https://code.google.com/p/php-mime-mail-parser",
 | 
						|
                    "role": "Developer"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Fully Tested Mailparse Extension Wrapper for PHP 5.4+",
 | 
						|
            "homepage": "https://github.com/php-mime-mail-parser/php-mime-mail-parser",
 | 
						|
            "keywords": [
 | 
						|
                "MimeMailParser",
 | 
						|
                "mail",
 | 
						|
                "mailparse",
 | 
						|
                "mime"
 | 
						|
            ],
 | 
						|
            "time": "2018-04-30T05:55:59+00:00"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "phpmailer/phpmailer",
 | 
						|
            "version": "v5.2.26",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/PHPMailer/PHPMailer.git",
 | 
						|
                "reference": "70362997bda4376378be7d92d81e2200550923f7"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/70362997bda4376378be7d92d81e2200550923f7",
 | 
						|
                "reference": "70362997bda4376378be7d92d81e2200550923f7",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "ext-ctype": "*",
 | 
						|
                "php": ">=5.0.0"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "doctrine/annotations": "1.2.*",
 | 
						|
                "jms/serializer": "0.16.*",
 | 
						|
                "phpdocumentor/phpdocumentor": "2.*",
 | 
						|
                "phpunit/phpunit": "4.8.*",
 | 
						|
                "symfony/debug": "2.8.*",
 | 
						|
                "symfony/filesystem": "2.8.*",
 | 
						|
                "symfony/translation": "2.8.*",
 | 
						|
                "symfony/yaml": "2.8.*",
 | 
						|
                "zendframework/zend-cache": "2.5.1",
 | 
						|
                "zendframework/zend-config": "2.5.1",
 | 
						|
                "zendframework/zend-eventmanager": "2.5.1",
 | 
						|
                "zendframework/zend-filter": "2.5.1",
 | 
						|
                "zendframework/zend-i18n": "2.5.1",
 | 
						|
                "zendframework/zend-json": "2.5.1",
 | 
						|
                "zendframework/zend-math": "2.5.1",
 | 
						|
                "zendframework/zend-serializer": "2.5.*",
 | 
						|
                "zendframework/zend-servicemanager": "2.5.*",
 | 
						|
                "zendframework/zend-stdlib": "2.5.1"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "classmap": [
 | 
						|
                    "class.phpmailer.php",
 | 
						|
                    "class.phpmaileroauth.php",
 | 
						|
                    "class.phpmaileroauthgoogle.php",
 | 
						|
                    "class.smtp.php",
 | 
						|
                    "class.pop3.php",
 | 
						|
                    "extras/EasyPeasyICS.php",
 | 
						|
                    "extras/ntlm_sasl_client.php"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "LGPL-2.1"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Jim Jagielski",
 | 
						|
                    "email": "jimjag@gmail.com"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Marcus Bointon",
 | 
						|
                    "email": "phpmailer@synchromedia.co.uk"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Andy Prevost",
 | 
						|
                    "email": "codeworxtech@users.sourceforge.net"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Brent R. Matzelle"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
 | 
						|
            "time": "2017-11-04T09:26:05+00:00"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "robthree/twofactorauth",
 | 
						|
            "version": "1.6.5",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/RobThree/TwoFactorAuth.git",
 | 
						|
                "reference": "f5f58a4c62d0336a0e6175856894a51f3565dad2"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/f5f58a4c62d0336a0e6175856894a51f3565dad2",
 | 
						|
                "reference": "f5f58a4c62d0336a0e6175856894a51f3565dad2",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.0"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": "@stable"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "psr-4": {
 | 
						|
                    "RobThree\\Auth\\": "lib"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Rob Janssen",
 | 
						|
                    "homepage": "http://robiii.me",
 | 
						|
                    "role": "Developer"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Two Factor Authentication",
 | 
						|
            "homepage": "https://github.com/RobThree/TwoFactorAuth",
 | 
						|
            "keywords": [
 | 
						|
                "Authentication",
 | 
						|
                "MFA",
 | 
						|
                "Multi Factor Authentication",
 | 
						|
                "Two Factor Authentication",
 | 
						|
                "authenticator",
 | 
						|
                "authy",
 | 
						|
                "php",
 | 
						|
                "tfa"
 | 
						|
            ],
 | 
						|
            "time": "2018-06-09T10:09:59+00:00"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "soundasleep/html2text",
 | 
						|
            "version": "0.5.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/soundasleep/html2text.git",
 | 
						|
                "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
 | 
						|
                "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "ext-dom": "*",
 | 
						|
                "ext-libxml": "*",
 | 
						|
                "php": ">=5.3.2"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": ">=4.0",
 | 
						|
                "soundasleep/component-tests": "dev-master"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "psr-4": {
 | 
						|
                    "Html2Text\\": "src"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "EPL-1.0"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Jevon Wright",
 | 
						|
                    "homepage": "https://jevon.org",
 | 
						|
                    "role": "Developer"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "A PHP script to convert HTML into a plain text format",
 | 
						|
            "homepage": "https://github.com/soundasleep/html2text",
 | 
						|
            "keywords": [
 | 
						|
                "email",
 | 
						|
                "html",
 | 
						|
                "php",
 | 
						|
                "text"
 | 
						|
            ],
 | 
						|
            "time": "2017-04-19T22:01:50+00:00"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "yubico/u2flib-server",
 | 
						|
            "version": "1.0.1",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/Yubico/php-u2flib-server.git",
 | 
						|
                "reference": "dc318c80b59e62921c210f31b014def26ceebbab"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/dc318c80b59e62921c210f31b014def26ceebbab",
 | 
						|
                "reference": "dc318c80b59e62921c210f31b014def26ceebbab",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "ext-openssl": "*",
 | 
						|
                "php": ">=5.6"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": "~5.7"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "classmap": [
 | 
						|
                    "src/"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "BSD-2-Clause"
 | 
						|
            ],
 | 
						|
            "description": "Library for U2F implementation",
 | 
						|
            "homepage": "https://developers.yubico.com/php-u2flib-server",
 | 
						|
            "time": "2017-05-09T07:33:58+00:00"
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "packages-dev": [],
 | 
						|
    "aliases": [],
 | 
						|
    "minimum-stability": "stable",
 | 
						|
    "stability-flags": [],
 | 
						|
    "prefer-stable": false,
 | 
						|
    "prefer-lowest": false,
 | 
						|
    "platform": [],
 | 
						|
    "platform-dev": []
 | 
						|
}
 |