{
    "_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",
        "This file is @generated automatically"
    ],
    "hash": "305f839bfc9c4acb5d9357e1174c42da",
    "packages": [
        {
            "name": "christian-riesen/base32",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/ChristianRiesen/base32.git",
                "reference": "6943e7b010ab224139fd4248ccf84865aa7b0f91"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ChristianRiesen/base32/zipball/6943e7b010ab224139fd4248ccf84865aa7b0f91",
                "reference": "6943e7b010ab224139fd4248ccf84865aa7b0f91",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*",
                "satooshi/php-coveralls": "0.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Base32\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Riesen",
                    "email": "chris.riesen@gmail.com",
                    "homepage": "http://christianriesen.com",
                    "role": "Developer"
                }
            ],
            "description": "Base32 encoder/decoder according to RFC 4648",
            "homepage": "https://github.com/ChristianRiesen/base32",
            "keywords": [
                "base32",
                "decode",
                "encode",
                "rfc4648"
            ],
            "time": "2015-02-12 09:08:33"
        },
        {
            "name": "christian-riesen/otp",
            "version": "1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/ChristianRiesen/otp.git",
                "reference": "a209b8bbd975d96d6b5287f8658562061adef1f8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ChristianRiesen/otp/zipball/a209b8bbd975d96d6b5287f8658562061adef1f8",
                "reference": "a209b8bbd975d96d6b5287f8658562061adef1f8",
                "shasum": ""
            },
            "require": {
                "christian-riesen/base32": ">=1.0",
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Otp": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Riesen",
                    "email": "chris.riesen@gmail.com",
                    "homepage": "http://christianriesen.com",
                    "role": "Developer"
                }
            ],
            "description": "One Time Passwords, hotp and totp according to RFC4226 and RFC6238",
            "homepage": "https://github.com/ChristianRiesen/otp",
            "keywords": [
                "googleauthenticator",
                "hotp",
                "otp",
                "rfc4226",
                "rfc6238",
                "totp"
            ],
            "time": "2015-02-12 09:11:49"
        },
        {
            "name": "eluceo/ical",
            "version": "0.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/markuspoerschke/iCal.git",
                "reference": "0d79c35b9e5f7f1dcfb5315cc1e8507f74093083"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/markuspoerschke/iCal/zipball/0d79c35b9e5f7f1dcfb5315cc1e8507f74093083",
                "reference": "0d79c35b9e5f7f1dcfb5315cc1e8507f74093083",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.3"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Eluceo\\iCal": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Maciej Łebkowski",
                    "email": "m.lebkowski@gmail.com",
                    "role": "Contributor"
                },
                {
                    "name": "Markus Poerschke",
                    "email": "markus@eluceo.de",
                    "role": "Developer"
                }
            ],
            "description": "The eluceo/iCal package offers a abstraction layer for creating iCalendars. You can easily create iCal files by using PHP object instead of typing your *.ics file by hand. The output will follow RFC 2445 as best as possible.",
            "homepage": "https://github.com/markuspoerschke/iCal",
            "keywords": [
                "calendar",
                "iCalendar",
                "ical",
                "ics",
                "php calendar"
            ],
            "time": "2015-02-21 23:14:47"
        },
        {
            "name": "erusev/parsedown",
            "version": "1.5.3",
            "source": {
                "type": "git",
                "url": "https://github.com/erusev/parsedown.git",
                "reference": "b9e5228e92e5f5c17d7774cfb2de8e5e8362de1a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/b9e5228e92e5f5c17d7774cfb2de8e5e8362de1a",
                "reference": "b9e5228e92e5f5c17d7774cfb2de8e5e8362de1a",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Parsedown": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Emanuil Rusev",
                    "email": "hello@erusev.com",
                    "homepage": "http://erusev.com"
                }
            ],
            "description": "Parser for Markdown.",
            "homepage": "http://parsedown.org",
            "keywords": [
                "markdown",
                "parser"
            ],
            "time": "2015-04-29 20:22:24"
        },
        {
            "name": "fabiang/xmpp",
            "version": "0.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/fabiang/xmpp.git",
                "reference": "47fdbe4a60ef0e726c4aaf39d6eb57afd42915c8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fabiang/xmpp/zipball/47fdbe4a60ef0e726c4aaf39d6eb57afd42915c8",
                "reference": "47fdbe4a60ef0e726c4aaf39d6eb57afd42915c8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "psr/log": "~1.0"
            },
            "require-dev": {
                "behat/behat": "~2.5",
                "monolog/monolog": "~1.11",
                "phpunit/phpunit": "~4.3",
                "satooshi/php-coveralls": "~0.6"
            },
            "suggest": {
                "psr/log-implementation": "Allows more advanced logging of the xmpp connection"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Fabiang\\Xmpp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Fabian Grutschus",
                    "email": "f.grutschus@lubyte.de",
                    "homepage": "http://www.lubyte.de/",
                    "role": "developer"
                }
            ],
            "description": "Library for XMPP protocol (Jabber) connections",
            "homepage": "https://github.com/fabiang/xmpp",
            "keywords": [
                "jabber",
                "xmpp"
            ],
            "time": "2014-11-20 08:59:24"
        },
        {
            "name": "fguillot/json-rpc",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/fguillot/JsonRPC.git",
                "reference": "5a11f1414780a200f09b78d20ab72b5cee4faa95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fguillot/JsonRPC/zipball/5a11f1414780a200f09b78d20ab72b5cee4faa95",
                "reference": "5a11f1414780a200f09b78d20ab72b5cee4faa95",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "JsonRPC": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frédéric Guillot"
                }
            ],
            "description": "Simple Json-RPC client/server library that just works",
            "homepage": "https://github.com/fguillot/JsonRPC",
            "time": "2015-07-01 19:50:31"
        },
        {
            "name": "fguillot/picodb",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/fguillot/picoDb.git",
                "reference": "6d9e2314a7aa2893a49c7da7b66f7352bd6ea296"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fguillot/picoDb/zipball/6d9e2314a7aa2893a49c7da7b66f7352bd6ea296",
                "reference": "6d9e2314a7aa2893a49c7da7b66f7352bd6ea296",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "PicoDb": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frédéric Guillot",
                    "homepage": "http://fredericguillot.com"
                }
            ],
            "description": "Minimalist database query builder",
            "homepage": "https://github.com/fguillot/picoDb",
            "time": "2015-06-27 16:13:40"
        },
        {
            "name": "fguillot/simple-validator",
            "version": "v0.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/fguillot/simpleValidator.git",
                "reference": "2f30078bb6e688cf123c150d58fda322792a1532"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fguillot/simpleValidator/zipball/2f30078bb6e688cf123c150d58fda322792a1532",
                "reference": "2f30078bb6e688cf123c150d58fda322792a1532",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "SimpleValidator": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frédéric Guillot"
                }
            ],
            "description": "The most easy to use validator library for PHP :)",
            "homepage": "https://github.com/fguillot/simpleValidator",
            "time": "2015-04-14 02:03:43"
        },
        {
            "name": "fguillot/simpleLogger",
            "version": "v0.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/fguillot/simpleLogger.git",
                "reference": "97bc14002f18d2fc18ee124c877ac3e55b3fa88b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fguillot/simpleLogger/zipball/97bc14002f18d2fc18ee124c877ac3e55b3fa88b",
                "reference": "97bc14002f18d2fc18ee124c877ac3e55b3fa88b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "psr/log": "~1.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "SimpleLogger": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frédéric Guillot"
                }
            ],
            "description": "PHP library to write logs (compatible with PSR-3)",
            "homepage": "https://github.com/fguillot/simpleLogger",
            "time": "2015-05-30 19:25:09"
        },
        {
            "name": "nickcernis/html-to-markdown",
            "version": "2.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/nickcernis/html-to-markdown.git",
                "reference": "7263d2ce65011b050fa7ecda0cbe09b23e84271d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nickcernis/html-to-markdown/zipball/7263d2ce65011b050fa7ecda0cbe09b23e84271d",
                "reference": "7263d2ce65011b050fa7ecda0cbe09b23e84271d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "php": ">=5.3.3",
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "HTML_To_Markdown.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nick Cernis",
                    "email": "nick@cern.is",
                    "homepage": "http://modernnerd.net"
                }
            ],
            "description": "An HTML-to-markdown conversion helper for PHP",
            "homepage": "https://github.com/nickcernis/html-to-markdown",
            "keywords": [
                "html",
                "markdown"
            ],
            "time": "2015-02-22 12:59:02"
        },
        {
            "name": "pimple/pimple",
            "version": "v3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/silexphp/Pimple.git",
                "reference": "876bf0899d01feacd2a2e83f04641e51350099ef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/876bf0899d01feacd2a2e83f04641e51350099ef",
                "reference": "876bf0899d01feacd2a2e83f04641e51350099ef",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Pimple": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
            "homepage": "http://pimple.sensiolabs.org",
            "keywords": [
                "container",
                "dependency injection"
            ],
            "time": "2014-07-24 09:48:15"
        },
        {
            "name": "psr/log",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Psr\\Log\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "time": "2012-12-21 11:40:51"
        },
        {
            "name": "swiftmailer/swiftmailer",
            "version": "v5.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/swiftmailer/swiftmailer.git",
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "mockery/mockery": "~0.9.1,<0.9.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "files": [
                    "lib/swift_required.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Corbyn"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Swiftmailer, free feature-rich PHP mailer",
            "homepage": "http://swiftmailer.org",
            "keywords": [
                "email",
                "mail",
                "mailer"
            ],
            "time": "2015-06-06 14:19:39"
        },
        {
            "name": "symfony/console",
            "version": "v2.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Console.git",
                "reference": "8cf484449130cabfd98dcb4694ca9945802a21ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Console/zipball/8cf484449130cabfd98dcb4694ca9945802a21ed",
                "reference": "8cf484449130cabfd98dcb4694ca9945802a21ed",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/event-dispatcher": "~2.1",
                "symfony/phpunit-bridge": "~2.7",
                "symfony/process": "~2.1"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/process": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Console\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Console Component",
            "homepage": "https://symfony.com",
            "time": "2015-07-09 16:07:40"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v2.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/EventDispatcher.git",
                "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
                "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~2.0,>=2.0.5",
                "symfony/dependency-injection": "~2.6",
                "symfony/expression-language": "~2.6",
                "symfony/phpunit-bridge": "~2.7",
                "symfony/stopwatch": "~2.3"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony EventDispatcher Component",
            "homepage": "https://symfony.com",
            "time": "2015-06-18 19:21:56"
        }
    ],
    "packages-dev": [
        {
            "name": "symfony/stopwatch",
            "version": "v2.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Stopwatch.git",
                "reference": "b07a866719bbac5294c67773340f97b871733310"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/b07a866719bbac5294c67773340f97b871733310",
                "reference": "b07a866719bbac5294c67773340f97b871733310",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "~2.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Stopwatch\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Stopwatch Component",
            "homepage": "https://symfony.com",
            "time": "2015-07-01 18:23:16"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "swiftmailer/swiftmailer": 0,
        "symfony/console": 0
    },
    "prefer-stable": false,
    "platform": {
        "php": ">=5.3",
        "ext-mbstring": "*",
        "ext-gd": "*"
    },
    "platform-dev": []
}