134 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			134 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
    "_readme": [
 | 
						|
        "This file locks the dependencies of your project to a known state",
 | 
						|
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
 | 
						|
    ],
 | 
						|
    "hash": "63c9618391ed04b38b098c0139b50570",
 | 
						|
    "packages": [
 | 
						|
        {
 | 
						|
            "name": "phpmailer/phpmailer",
 | 
						|
            "version": "v5.2.6",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/PHPMailer/PHPMailer.git",
 | 
						|
                "reference": "4d9434e394496a5bb7acd9e73046587184b413df"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/4d9434e394496a5bb7acd9e73046587184b413df",
 | 
						|
                "reference": "4d9434e394496a5bb7acd9e73046587184b413df",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.0.0"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpdocumentor/phpdocumentor": "*",
 | 
						|
                "phpunit/phpunit": "*"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "classmap": [
 | 
						|
                    "class.phpmailer.php",
 | 
						|
                    "class.pop3.php",
 | 
						|
                    "class.smtp.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": "2013-04-11 16:45:39"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony/http-foundation",
 | 
						|
            "version": "v2.4.3",
 | 
						|
            "target-dir": "Symfony/Component/HttpFoundation",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony/HttpFoundation.git",
 | 
						|
                "reference": "11ad7352c7bfa12145a0df8e1c4c303c585ce169"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/11ad7352c7bfa12145a0df8e1c4c303c585ce169",
 | 
						|
                "reference": "11ad7352c7bfa12145a0df8e1c4c303c585ce169",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "symfony/expression-language": "~2.4"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.4-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Symfony\\Component\\HttpFoundation\\": ""
 | 
						|
                },
 | 
						|
                "classmap": [
 | 
						|
                    "Symfony/Component/HttpFoundation/Resources/stubs"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Fabien Potencier",
 | 
						|
                    "email": "fabien@symfony.com",
 | 
						|
                    "homepage": "http://fabien.potencier.org",
 | 
						|
                    "role": "Lead Developer"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Symfony Community",
 | 
						|
                    "homepage": "http://symfony.com/contributors"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Symfony HttpFoundation Component",
 | 
						|
            "homepage": "http://symfony.com",
 | 
						|
            "time": "2014-03-26 11:35:33"
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "packages-dev": [
 | 
						|
 | 
						|
    ],
 | 
						|
    "aliases": [
 | 
						|
 | 
						|
    ],
 | 
						|
    "minimum-stability": "stable",
 | 
						|
    "stability-flags": [
 | 
						|
 | 
						|
    ],
 | 
						|
    "platform": {
 | 
						|
        "php": ">=5.3.7"
 | 
						|
    },
 | 
						|
    "platform-dev": [
 | 
						|
 | 
						|
    ]
 | 
						|
}
 |