{
    "_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": "1d763e23381a086e18f83644bd89f16c",
    "packages": [
        {
            "name": "php-pushover/php-pushover",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/phpservermon/php-pushover.git",
                "reference": "d13d08dbf5f1cfa73f4adca7e8d27f79c804dd7b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpservermon/php-pushover/zipball/d13d08dbf5f1cfa73f4adca7e8d27f79c804dd7b",
                "reference": "d13d08dbf5f1cfa73f4adca7e8d27f79c804dd7b",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "files": [
                    "Pushover.php"
                ]
            },
            "description": "PHP class for the Pushover.net project",
            "support": {
                "source": "https://github.com/phpservermon/php-pushover/tree/master"
            },
            "time": "2014-07-30 13:55:53"
        },
        {
            "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.8",
            "target-dir": "Symfony/Component/HttpFoundation",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/HttpFoundation.git",
                "reference": "68abe34601c519359b60363b99c29ecfb6679bc4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/68abe34601c519359b60363b99c29ecfb6679bc4",
                "reference": "68abe34601c519359b60363b99c29ecfb6679bc4",
                "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-07-15 14:07:10"
        },
        {
            "name": "twig/twig",
            "version": "v1.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/fabpot/Twig.git",
                "reference": "8ce37115802e257a984a82d38254884085060024"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fabpot/Twig/zipball/8ce37115802e257a984a82d38254884085060024",
                "reference": "8ce37115802e257a984a82d38254884085060024",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.16-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                },
                {
                    "name": "Twig Team",
                    "homepage": "https://github.com/fabpot/Twig/graphs/contributors",
                    "role": "Contributors"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "http://twig.sensiolabs.org",
            "keywords": [
                "templating"
            ],
            "time": "2014-07-05 12:19:05"
        }
    ],
    "packages-dev": [

    ],
    "aliases": [

    ],
    "minimum-stability": "stable",
    "stability-flags": {
        "php-pushover/php-pushover": 20
    },
    "platform": {
        "php": ">=5.3.7"
    },
    "platform-dev": [

    ]
}