crisu83/php-shortid

View on GitHub
composer.lock

Summary

Maintainability
Test Coverage
{
    "_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#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "content-hash": "6e8016823cf0fb1f8f424e393cfdf060",
    "packages": [
        {
            "name": "paragonie/random_compat",
            "version": "v2.0.10",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "type": "library",
            "autoload": {
                "files": [
                    "lib/random.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "pseudorandom",
                "random"
            ],
            "time": "2017-03-13T16:27:32+00:00"
        },
        {
            "name": "paragonie/sodium_compat",
            "version": "v0.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/sodium_compat.git",
                "reference": "775f3ffdd87c321533678c69542a09634567af05"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/775f3ffdd87c321533678c69542a09634567af05",
                "reference": "775f3ffdd87c321533678c69542a09634567af05",
                "shasum": ""
            },
            "require": {
                "paragonie/random_compat": "^1|^2",
                "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7"
            },
            "require-dev": {
                "phpunit/phpunit": "^3|^4|^5"
            },
            "suggest": {
                "ext-libsodium": "Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
            },
            "type": "library",
            "autoload": {
                "files": [
                    "autoload.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "ISC"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com"
                },
                {
                    "name": "Frank Denis",
                    "email": "jedisct1@pureftpd.org"
                }
            ],
            "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
            "keywords": [
                "Authentication",
                "BLAKE2b",
                "ChaCha20",
                "ChaCha20-Poly1305",
                "Chapoly",
                "Curve25519",
                "Ed25519",
                "EdDSA",
                "Edwards-curve Digital Signature Algorithm",
                "Elliptic Curve Diffie-Hellman",
                "Poly1305",
                "Pure-PHP cryptography",
                "RFC 7748",
                "RFC 8032",
                "Salpoly",
                "Salsa20",
                "X25519",
                "XChaCha20-Poly1305",
                "XSalsa20-Poly1305",
                "Xchacha20",
                "Xsalsa20",
                "aead",
                "cryptography",
                "ecdh",
                "elliptic curve",
                "elliptic curve cryptography",
                "encryption",
                "libsodium",
                "php",
                "public-key cryptography",
                "secret-key cryptography",
                "side-channel resistant"
            ],
            "time": "2017-04-12T20:13:51+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "andrewsville/php-token-reflection",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Andrewsville/PHP-Token-Reflection.git",
                "reference": "e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Andrewsville/PHP-Token-Reflection/zipball/e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee",
                "reference": "e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "TokenReflection": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3"
            ],
            "authors": [
                {
                    "name": "Ondřej Nešpor",
                    "homepage": "https://github.com/andrewsville"
                },
                {
                    "name": "Jaroslav Hanslík",
                    "homepage": "https://github.com/kukulich"
                }
            ],
            "description": "Library emulating the PHP internal reflection using just the tokenized source code.",
            "homepage": "http://andrewsville.github.com/PHP-Token-Reflection/",
            "keywords": [
                "library",
                "reflection",
                "tokenizer"
            ],
            "time": "2014-08-06T16:37:08+00:00"
        },
        {
            "name": "apigen/apigen",
            "version": "v4.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/ApiGen/ApiGen.git",
                "reference": "e9aff53d56d2b74104dee2b88396eb614e9717d5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ApiGen/ApiGen/zipball/e9aff53d56d2b74104dee2b88396eb614e9717d5",
                "reference": "e9aff53d56d2b74104dee2b88396eb614e9717d5",
                "shasum": ""
            },
            "require": {
                "andrewsville/php-token-reflection": "~1.4",
                "apigen/theme-bootstrap": "~1.1.2",
                "apigen/theme-default": "~1.0.1",
                "herrera-io/phar-update": "~2.0",
                "kdyby/events": "~2.0",
                "kukulich/fshl": "~2.1",
                "latte/latte": "~2.2",
                "michelf/php-markdown": "~1.4",
                "nette/application": "~2.2",
                "nette/bootstrap": "~2.2",
                "nette/di": "~2.2",
                "nette/mail": "~2.2",
                "nette/neon": "~2.2",
                "nette/robot-loader": "~2.2",
                "nette/safe-stream": "~2.2",
                "php": ">=5.4",
                "symfony/console": "~2.6",
                "symfony/options-resolver": "~2.6.1",
                "symfony/yaml": "~2.6",
                "tracy/tracy": "~2.2"
            },
            "require-dev": {
                "herrera-io/box": "~1.6",
                "mockery/mockery": "~0.9"
            },
            "bin": [
                "bin/apigen"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "ApiGen\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Ondřej Nešpor",
                    "homepage": "https://github.com/andrewsville"
                },
                {
                    "name": "Jaroslav Hanslík",
                    "homepage": "https://github.com/kukulich"
                },
                {
                    "name": "Tomáš Votruba",
                    "email": "tomas.vot@gmail.com"
                },
                {
                    "name": "Olivier Laviale",
                    "homepage": "https://github.com/olvlvl"
                }
            ],
            "description": "PHP source code API generator",
            "homepage": "http://apigen.org/",
            "keywords": [
                "api",
                "documentation",
                "generator",
                "phpdoc"
            ],
            "time": "2015-04-09T13:42:45+00:00"
        },
        {
            "name": "apigen/theme-bootstrap",
            "version": "v1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/ApiGen/ThemeBootstrap.git",
                "reference": "dd4a5321d430ffb1867125479715bf576811dc37"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ApiGen/ThemeBootstrap/zipball/dd4a5321d430ffb1867125479715bf576811dc37",
                "reference": "dd4a5321d430ffb1867125479715bf576811dc37",
                "shasum": ""
            },
            "require": {
                "latte/latte": "~2.2"
            },
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomáš Votruba",
                    "email": "tomas.vot@gmail.com"
                },
                {
                    "name": "Olivier Laviale",
                    "homepage": "https://github.com/olvlvl"
                }
            ],
            "description": "Twitter Bootstrap theme for ApiGen",
            "homepage": "http://apigen.org/",
            "time": "2015-03-30T17:49:49+00:00"
        },
        {
            "name": "apigen/theme-default",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/ApiGen/ThemeDefault.git",
                "reference": "13227b1106f25c918a987491501954747403f80b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ApiGen/ThemeDefault/zipball/13227b1106f25c918a987491501954747403f80b",
                "reference": "13227b1106f25c918a987491501954747403f80b",
                "shasum": ""
            },
            "require": {
                "latte/latte": "~2.2"
            },
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Ondřej Nešpor",
                    "homepage": "https://github.com/andrewsville"
                },
                {
                    "name": "Jaroslav Hanslík",
                    "homepage": "https://github.com/kukulich"
                },
                {
                    "name": "Tomáš Votruba",
                    "email": "tomas.vot@gmail.com"
                },
                {
                    "name": "Olivier Laviale",
                    "homepage": "https://github.com/olvlvl"
                }
            ],
            "description": "Default theme for ApiGen",
            "homepage": "http://apigen.org/",
            "time": "2015-03-30T17:50:03+00:00"
        },
        {
            "name": "codeception/codeception",
            "version": "2.0.12",
            "source": {
                "type": "git",
                "url": "https://github.com/Codeception/Codeception.git",
                "reference": "6e29668921182d6b90cd021033002be85382c6f9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Codeception/Codeception/zipball/6e29668921182d6b90cd021033002be85382c6f9",
                "reference": "6e29668921182d6b90cd021033002be85382c6f9",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "facebook/webdriver": "~0.4|~0.5",
                "guzzlehttp/guzzle": "~4.0|~5.0",
                "php": ">=5.4.0",
                "phpunit/phpunit": "~4.5.0",
                "symfony/browser-kit": "~2.4",
                "symfony/console": "~2.4",
                "symfony/css-selector": "~2.4",
                "symfony/dom-crawler": "~2.4,!=2.4.5",
                "symfony/event-dispatcher": "~2.4",
                "symfony/finder": "~2.4",
                "symfony/yaml": "~2.4"
            },
            "require-dev": {
                "codeception/specify": "~0.3",
                "facebook/php-sdk": "~3.2",
                "flow/jsonpath": "~0.2",
                "monolog/monolog": "~1.8",
                "pda/pheanstalk": "~2.0",
                "videlalvaro/php-amqplib": "~2.4"
            },
            "suggest": {
                "codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests",
                "codeception/specify": "BDD-style code blocks",
                "codeception/verify": "BDD-style assertions",
                "monolog/monolog": "Log test steps",
                "phpseclib/phpseclib": "Extension required to use the SFTP option in the FTP Module."
            },
            "bin": [
                "codecept"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Codeception": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Bodnarchuk",
                    "email": "davert@mail.ua",
                    "homepage": "http://codegyre.com"
                }
            ],
            "description": "BDD-style testing framework",
            "homepage": "http://codeception.com/",
            "keywords": [
                "BDD",
                "TDD",
                "acceptance testing",
                "functional testing",
                "unit testing"
            ],
            "time": "2015-04-02T23:50:20+00:00"
        },
        {
            "name": "codeception/specify",
            "version": "0.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Codeception/Specify.git",
                "reference": "0c0ae07adfc231115b3b72ade22f44c23c199ded"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Codeception/Specify/zipball/0c0ae07adfc231115b3b72ade22f44c23c199ded",
                "reference": "0c0ae07adfc231115b3b72ade22f44c23c199ded",
                "shasum": ""
            },
            "require": {
                "myclabs/deep-copy": "~1.1",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Codeception\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "authors": [
                {
                    "name": "Michael Bodnarchuk",
                    "email": "davert.php@mailican.com"
                }
            ],
            "description": "BDD code blocks for PHPUnit and Codeception",
            "time": "2014-10-17T00:06:51+00:00"
        },
        {
            "name": "doctrine/instantiator",
            "version": "1.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3,<8.0-DEV"
            },
            "require-dev": {
                "athletic/athletic": "~0.1.8",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Instantiator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://github.com/doctrine/instantiator",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "time": "2014-10-13T12:58:55+00:00"
        },
        {
            "name": "facebook/webdriver",
            "version": "v0.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/facebook/php-webdriver.git",
                "reference": "bbcb697efb394d17bd9ec3d467e7da847cde4509"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/bbcb697efb394d17bd9ec3d467e7da847cde4509",
                "reference": "bbcb697efb394d17bd9ec3d467e7da847cde4509",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.19"
            },
            "require-dev": {
                "phpdocumentor/phpdocumentor": "2.*",
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "lib/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "A php client for WebDriver",
            "homepage": "https://github.com/facebook/php-webdriver",
            "keywords": [
                "facebook",
                "php",
                "selenium",
                "webdriver"
            ],
            "time": "2014-11-05T20:53:09+00:00"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "475b29ccd411f2fa8a408e64576418728c032cfa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/475b29ccd411f2fa8a408e64576418728c032cfa",
                "reference": "475b29ccd411f2fa8a408e64576418728c032cfa",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/ringphp": "~1.0",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "ext-curl": "*",
                "phpunit/phpunit": "~4.0",
                "psr/log": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "time": "2015-01-28T01:03:29+00:00"
        },
        {
            "name": "guzzlehttp/ringphp",
            "version": "1.0.7",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/RingPHP.git",
                "reference": "52d868f13570a9a56e5fce6614e0ec75d0f13ac2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/52d868f13570a9a56e5fce6614e0ec75d0f13ac2",
                "reference": "52d868f13570a9a56e5fce6614e0ec75d0f13ac2",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/streams": "~3.0",
                "php": ">=5.4.0",
                "react/promise": "~2.0"
            },
            "require-dev": {
                "ext-curl": "*",
                "phpunit/phpunit": "~4.0"
            },
            "suggest": {
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Ring\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
            "time": "2015-03-30T01:43:20+00:00"
        },
        {
            "name": "guzzlehttp/streams",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/streams.git",
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Stream\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Provides a simple abstraction over streams of data",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "Guzzle",
                "stream"
            ],
            "time": "2014-10-12T19:18:40+00:00"
        },
        {
            "name": "herrera-io/json",
            "version": "1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/kherge-php/json.git",
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kherge-php/json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1",
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "justinrainbow/json-schema": ">=1.0,<2.0-dev",
                "php": ">=5.3.3",
                "seld/jsonlint": ">=1.0,<2.0-dev"
            },
            "require-dev": {
                "herrera-io/phpunit-test-case": "1.*",
                "mikey179/vfsstream": "1.1.0",
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/lib/json_version.php"
                ],
                "psr-0": {
                    "Herrera\\Json": "src/lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kevin Herrera",
                    "email": "kevin@herrera.io",
                    "homepage": "http://kevin.herrera.io/",
                    "role": "Developer"
                }
            ],
            "description": "A library for simplifying JSON linting and validation.",
            "homepage": "http://herrera-io.github.com/php-json",
            "keywords": [
                "json",
                "lint",
                "schema",
                "validate"
            ],
            "abandoned": "kherge/json",
            "time": "2013-10-30T16:51:34+00:00"
        },
        {
            "name": "herrera-io/phar-update",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kherge-abandoned/php-phar-update.git",
                "reference": "15643c90d3d43620a4f45c910e6afb7a0ad4b488"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/15643c90d3d43620a4f45c910e6afb7a0ad4b488",
                "reference": "15643c90d3d43620a4f45c910e6afb7a0ad4b488",
                "shasum": ""
            },
            "require": {
                "herrera-io/json": "1.*",
                "herrera-io/version": "1.*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "herrera-io/phpunit-test-case": "1.*",
                "mikey179/vfsstream": "1.1.0",
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/lib/constants.php"
                ],
                "psr-0": {
                    "Herrera\\Phar\\Update": "src/lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kevin Herrera",
                    "email": "kevin@herrera.io",
                    "homepage": "http://kevin.herrera.io/",
                    "role": "Developer"
                }
            ],
            "description": "A library for self-updating Phars.",
            "homepage": "http://herrera-io.github.com/php-phar-update",
            "keywords": [
                "phar",
                "update"
            ],
            "abandoned": true,
            "time": "2013-11-09T17:13:13+00:00"
        },
        {
            "name": "herrera-io/version",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/kherge-abandoned/php-version.git",
                "reference": "d39d9642b92a04d8b8a28b871b797a35a2545e85"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kherge-abandoned/php-version/zipball/d39d9642b92a04d8b8a28b871b797a35a2545e85",
                "reference": "d39d9642b92a04d8b8a28b871b797a35a2545e85",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "herrera-io/phpunit-test-case": "1.*",
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Herrera\\Version": "src/lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kevin Herrera",
                    "email": "kevin@herrera.io",
                    "homepage": "http://kevin.herrera.io/",
                    "role": "Developer"
                }
            ],
            "description": "A library for creating, editing, and comparing semantic versioning numbers.",
            "homepage": "http://github.com/herrera-io/php-version",
            "keywords": [
                "semantic",
                "version"
            ],
            "abandoned": true,
            "time": "2014-05-27T05:29:25+00:00"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/justinrainbow/json-schema.git",
                "reference": "2465fe486c864e30badaa4d005ebdf89dbc503f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2465fe486c864e30badaa4d005ebdf89dbc503f3",
                "reference": "2465fe486c864e30badaa4d005ebdf89dbc503f3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "json-schema/json-schema-test-suite": "1.1.0",
                "phpdocumentor/phpdocumentor": "~2",
                "phpunit/phpunit": "~3.7"
            },
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "JsonSchema": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/justinrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
            "time": "2015-03-27T16:41:39+00:00"
        },
        {
            "name": "kdyby/events",
            "version": "v2.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Kdyby/Events.git",
                "reference": "8049e0fc7abb48178b4a2a9af230eceebe1a83bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Kdyby/Events/zipball/8049e0fc7abb48178b4a2a9af230eceebe1a83bc",
                "reference": "8049e0fc7abb48178b4a2a9af230eceebe1a83bc",
                "shasum": ""
            },
            "require": {
                "nette/di": "~2.3@dev",
                "nette/utils": "~2.3@dev"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "~0.7",
                "latte/latte": "~2.3@dev",
                "nette/application": "~2.3@dev",
                "nette/bootstrap": "~2.3@dev",
                "nette/caching": "~2.3@dev",
                "nette/component-model": "~2.2@dev",
                "nette/database": "~2.3@dev",
                "nette/deprecated": "~2.3@dev",
                "nette/di": "~2.3@dev",
                "nette/finder": "~2.3@dev",
                "nette/forms": "~2.3@dev",
                "nette/http": "~2.3@dev",
                "nette/mail": "~2.3@dev",
                "nette/neon": "~2.3@dev",
                "nette/nette": "~2.3@dev",
                "nette/php-generator": "~2.3@dev",
                "nette/reflection": "~2.3@dev",
                "nette/robot-loader": "~2.3@dev",
                "nette/safe-stream": "~2.3@dev",
                "nette/security": "~2.3@dev",
                "nette/tester": "~1.4@rc",
                "nette/tokenizer": "~2.2@dev",
                "nette/utils": "~2.3@dev",
                "symfony/event-dispatcher": "~2.5",
                "tracy/tracy": "~2.3@dev"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Kdyby\\Events\\": "src/"
                },
                "classmap": [
                    "src/Kdyby/Events/exceptions.php"
                ],
                "files": [
                    "src/Doctrine/compatibility.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "Filip Procházka",
                    "email": "filip@prochazka.su",
                    "homepage": "http://filip-prochazka.com"
                }
            ],
            "description": "Events for Nette Framework",
            "homepage": "http://kdyby.org",
            "keywords": [
                "kdyby",
                "nette"
            ],
            "time": "2015-04-04T16:29:31+00:00"
        },
        {
            "name": "kukulich/fshl",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kukulich/fshl.git",
                "reference": "974c294ade5d76c0c16b6fe3fd3a584ba999b24f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kukulich/fshl/zipball/974c294ade5d76c0c16b6fe3fd3a584ba999b24f",
                "reference": "974c294ade5d76c0c16b6fe3fd3a584ba999b24f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "FSHL": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Jaroslav Hanslík",
                    "homepage": "https://github.com/kukulich"
                }
            ],
            "description": "FSHL is a free, open source, universal, fast syntax highlighter written in PHP.",
            "homepage": "http://fshl.kukulich.cz/",
            "keywords": [
                "highlight",
                "library",
                "syntax"
            ],
            "time": "2012-09-08T19:00:07+00:00"
        },
        {
            "name": "latte/latte",
            "version": "v2.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/latte.git",
                "reference": "6ff30144454e73fa1affc476c268ff196d918e22"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/latte/zipball/6ff30144454e73fa1affc476c268ff196d918e22",
                "reference": "6ff30144454e73fa1affc476c268ff196d918e22",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.1"
            },
            "require-dev": {
                "nette/tester": "~1.3"
            },
            "suggest": {
                "ext-fileinfo": "to use filter |datastream",
                "ext-mbstring": "to use filters like lower, upper, capitalize, ..."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "http://nette.org/contributors"
                }
            ],
            "description": "Latte: the amazing template engine for PHP",
            "homepage": "http://latte.nette.org",
            "keywords": [
                "templating",
                "twig"
            ],
            "time": "2015-03-27T10:53:51+00:00"
        },
        {
            "name": "michelf/php-markdown",
            "version": "1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/michelf/php-markdown.git",
                "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9",
                "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-lib": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Michelf": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "John Gruber",
                    "homepage": "http://daringfireball.net/"
                },
                {
                    "name": "Michel Fortin",
                    "email": "michel.fortin@michelf.ca",
                    "homepage": "https://michelf.ca/",
                    "role": "Developer"
                }
            ],
            "description": "PHP Markdown",
            "homepage": "https://michelf.ca/projects/php-markdown/",
            "keywords": [
                "markdown"
            ],
            "time": "2015-03-01T12:03:08+00:00"
        },
        {
            "name": "myclabs/deep-copy",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/DeepCopy.git",
                "reference": "96fbdc07635989c35c5a1912379f4c4b2ab15fd5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/96fbdc07635989c35c5a1912379f4c4b2ab15fd5",
                "reference": "96fbdc07635989c35c5a1912379f4c4b2ab15fd5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "doctrine/collections": "1.*",
                "phpunit/phpunit": "~4.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "DeepCopy\\": "src/DeepCopy/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
            "homepage": "https://github.com/myclabs/DeepCopy",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
            ],
            "time": "2015-03-21T22:40:23+00:00"
        },
        {
            "name": "nette/application",
            "version": "v2.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/application.git",
                "reference": "be8e35bf81300694fd496e15d5f5fb0fa0fded0e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/application/zipball/be8e35bf81300694fd496e15d5f5fb0fa0fded0e",
                "reference": "be8e35bf81300694fd496e15d5f5fb0fa0fded0e",
                "shasum": ""
            },
            "require": {
                "nette/component-model": "~2.2",
                "nette/http": "~2.2",
                "nette/reflection": "~2.2",
                "nette/security": "~2.2",
                "nette/utils": "~2.2",
                "php": ">=5.3.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "latte/latte": "~2.3",
                "nette/di": "~2.3",
                "nette/forms": "~2.2",
                "nette/robot-loader": "~2.2",
                "nette/tester": "~1.3"
            },
            "suggest": {
                "latte/latte": "Allows using Latte in templates",
                "nette/forms": "Allows to use Nette\\Application\\UI\\Form"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "http://nette.org/contributors"
                }
            ],
            "description": "Nette Application MVC Component",
            "homepage": "http://nette.org",
            "time": "2015-03-23T22:45:31+00:00"
        },
        {
            "name": "nette/bootstrap",
            "version": "v2.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/bootstrap.git",
                "reference": "e24c5000c022336b8c0a6409bfd8d1ff63ede8f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/bootstrap/zipball/e24c5000c022336b8c0a6409bfd8d1ff63ede8f6",
                "reference": "e24c5000c022336b8c0a6409bfd8d1ff63ede8f6",
                "shasum": ""
            },
            "require": {
                "nette/di": "~2.3",
                "nette/utils": "~2.2",
                "php": ">=5.3.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "latte/latte": "~2.2",
                "nette/application": "~2.3",
                "nette/caching": "~2.3",
                "nette/database": "~2.3",
                "nette/forms": "~2.3",
                "nette/http": "~2.3",
                "nette/mail": "~2.3",
                "nette/robot-loader": "~2.2",
                "nette/safe-stream": "~2.2",
                "nette/security": "~2.3",
                "nette/tester": "~1.3",
                "tracy/tracy": "~2.3"
            },
            "suggest": {
                "nette/robot-loader": "to use Configurator::createRobotLoader()",
                "tracy/tracy": "to use Configurator::enableDebugger()"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "http://nette.org/contributors"
                }
            ],
            "description": "Nette Bootstrap",
            "homepage": "http://nette.org",
            "time": "2015-03-09T23:19:17+00:00"
        },
        {
            "name": "nette/caching",
            "version": "v2.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/caching.git",
                "reference": "f562d4a00b73e4cf030e400ed1787596d86d7320"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/caching/zipball/f562d4a00b73e4cf030e400ed1787596d86d7320",
                "reference": "f562d4a00b73e4cf030e400ed1787596d86d7320",
                "shasum": ""
            },
            "require": {
                "nette/finder": "~2.2",
                "nette/utils": "~2.2",
                "php": ">=5.3.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "latte/latte": "~2.3",
                "nette/di": "~2.3",
                "nette/tester": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "http://nette.org/contributors"
                }
            ],
            "description": "Nette Caching Component",
            "homepage": "http://nette.org",
            "time": "2015-03-24T16:06:30+00:00"
        },
        {
            "name": "nette/component-model",
            "version": "v2.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/component-model.git",
                "reference": "969caabb2c03b4f6556adf1b438ffb4d76c0cf38"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/component-model/zipball/969caabb2c03b4f6556adf1b438ffb4d76c0cf38",
                "reference": "969caabb2c03b4f6556adf1b438ffb4d76c0cf38",
                "shasum": ""
            },
            "require": {
                "nette/utils": "~2.2",
                "php": ">=5.3.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/tester": "~1.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "http://nette.org/contributors"
                }
            ],
            "description": "Nette Component Model",
            "homepage": "http://nette.org",
            "time": "2015-02-06T14:13:18+00:00"
        },
        {
            "name": "nette/di",
            "version": "v2.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/di.git",
                "reference": "73bcbabbec2b884746b246e2cfc7e69fbf3be8b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/di/zipball/73bcbabbec2b884746b246e2cfc7e69fbf3be8b8",
                "reference": "73bcbabbec2b884746b246e2cfc7e69fbf3be8b8",
                "shasum": ""
            },
            "require": {
                "nette/neon": "~2.3",
                "nette/php-generator": "~2.3",
                "nette/utils": "~2.3",
                "php": ">=5.3.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/tester": "~1.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "http://nette.org/contributors"
                }
            ],
            "description": "Nette Dependency Injection Component",
            "homepage": "http://nette.org",
            "time": "2015-04-08T13:52:20+00:00"
        },
        {
            "name": "nette/finder",
            "version": "v2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/finder.git",
                "reference": "0eba793c90e236714b6f76474590d14d6bfe733a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/finder/zipball/0eba793c90e236714b6f76474590d14d6bfe733a",
                "reference": "0eba793c90e236714b6f76474590d14d6bfe733a",
                "shasum": ""
            },
            "require": {
                "nette/utils": "~2.2",
                "php": ">=5.3.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/tester": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "http://nette.org/contributors"
                }
            ],
            "description": "Nette Finder: Files Searching",
            "homepage": "http://nette.org",
            "time": "2015-02-17T20:36:43+00:00"
        },
        {
            "name": "nette/http",
            "version": "v2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/http.git",
                "reference": "355aa597359084f1978f4eaaef94dbe33d2e8dff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/http/zipball/355aa597359084f1978f4eaaef94dbe33d2e8dff",
                "reference": "355aa597359084f1978f4eaaef94dbe33d2e8dff",
                "shasum": ""
            },
            "require": {
                "nette/utils": "~2.2, >=2.2.2",
                "php": ">=5.3.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/di": "~2.3",
                "nette/tester": "~1.0"
            },
            "suggest": {
                "ext-fileinfo": "to detect type of uploaded files"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "http://nette.org/contributors"
                }
            ],
            "description": "Nette HTTP Component",
            "homepage": "http://nette.org",
            "time": "2015-02-25T00:17:52+00:00"
        },
        {
            "name": "nette/mail",
            "version": "v2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/mail.git",
                "reference": "19d7e1cb8f583c6fe49e896e9a341498decb385d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/mail/zipball/19d7e1cb8f583c6fe49e896e9a341498decb385d",
                "reference": "19d7e1cb8f583c6fe49e896e9a341498decb385d",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "nette/utils": "~2.2",
                "php": ">=5.3.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/di": "~2.3",
                "nette/tester": "~1.3"
            },
            "suggest": {
                "ext-fileinfo": "to detect type of attached files"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "http://nette.org/contributors"
                }
            ],
            "description": "Nette Mail: Sending E-mails",
            "homepage": "http://nette.org",
            "time": "2015-02-24T22:24:13+00:00"
        },
        {
            "name": "nette/neon",
            "version": "v2.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/neon.git",
                "reference": "59638065c0f339a25b3eeb765e35a314d8736ea5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/neon/zipball/59638065c0f339a25b3eeb765e35a314d8736ea5",
                "reference": "59638065c0f339a25b3eeb765e35a314d8736ea5",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=5.3.1"
            },
            "require-dev": {
                "nette/tester": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "http://nette.org/contributors"
                }
            ],
            "description": "Nette NEON: parser & generator for Nette Object Notation",
            "homepage": "http://ne-on.org",
            "time": "2015-03-26T20:37:13+00:00"
        },
        {
            "name": "nette/php-generator",
            "version": "v2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/php-generator.git",
                "reference": "bb8439b73fab9f403a7fa0d61e4c1913f75200ff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/php-generator/zipball/bb8439b73fab9f403a7fa0d61e4c1913f75200ff",
                "reference": "bb8439b73fab9f403a7fa0d61e4c1913f75200ff",
                "shasum": ""
            },
            "require": {
                "nette/utils": "~2.2",
                "php": ">=5.3.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/tester": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "http://nette.org/contributors"
                }
            ],
            "description": "Nette PHP Generator",
            "homepage": "http://nette.org",
            "time": "2015-02-18T17:11:05+00:00"
        },
        {
            "name": "nette/reflection",
            "version": "v2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/reflection.git",
                "reference": "08328bbd23323de285966dac7164f9ceb73cd77b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/reflection/zipball/08328bbd23323de285966dac7164f9ceb73cd77b",
                "reference": "08328bbd23323de285966dac7164f9ceb73cd77b",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "nette/caching": "~2.2",
                "nette/utils": "~2.2",
                "php": ">=5.3.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/di": "~2.3",
                "nette/tester": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "http://nette.org/contributors"
                }
            ],
            "description": "Nette PHP Reflection Component",
            "homepage": "http://nette.org",
            "time": "2015-02-16T15:33:50+00:00"
        },
        {
            "name": "nette/robot-loader",
            "version": "v2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/robot-loader.git",
                "reference": "0ae50d98dff4adbf1a0d756bf61f7f7c37d36651"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/robot-loader/zipball/0ae50d98dff4adbf1a0d756bf61f7f7c37d36651",
                "reference": "0ae50d98dff4adbf1a0d756bf61f7f7c37d36651",
                "shasum": ""
            },
            "require": {
                "nette/caching": "~2.2",
                "nette/finder": "~2.3",
                "nette/utils": "~2.2",
                "php": ">=5.3.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/tester": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "http://nette.org/contributors"
                }
            ],
            "description": "Nette RobotLoader: comfortable autoloading",
            "homepage": "http://nette.org",
            "time": "2015-02-05T13:03:37+00:00"
        },
        {
            "name": "nette/safe-stream",
            "version": "v2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/safe-stream.git",
                "reference": "2881ad56880e9231a2456a7bf41b174df4ab320a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/safe-stream/zipball/2881ad56880e9231a2456a7bf41b174df4ab320a",
                "reference": "2881ad56880e9231a2456a7bf41b174df4ab320a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/tester": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/loader.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "http://nette.org/contributors"
                }
            ],
            "description": "Nette SafeStream: Atomic Operations",
            "homepage": "http://nette.org",
            "time": "2015-01-27T13:35:41+00:00"
        },
        {
            "name": "nette/security",
            "version": "v2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/security.git",
                "reference": "77a02c62029fee26e2bfb603ce8c5614fa012e26"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/security/zipball/77a02c62029fee26e2bfb603ce8c5614fa012e26",
                "reference": "77a02c62029fee26e2bfb603ce8c5614fa012e26",
                "shasum": ""
            },
            "require": {
                "nette/utils": "~2.2",
                "php": ">=5.3.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/di": "~2.3",
                "nette/http": "~2.3",
                "nette/tester": "~1.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "http://nette.org/contributors"
                }
            ],
            "description": "Nette Security: Access Control Component",
            "homepage": "http://nette.org",
            "time": "2015-02-24T20:35:28+00:00"
        },
        {
            "name": "nette/utils",
            "version": "v2.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/utils.git",
                "reference": "cda96ff718e7bad5e949527dbfa1d6d0498181d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/utils/zipball/cda96ff718e7bad5e949527dbfa1d6d0498181d9",
                "reference": "cda96ff718e7bad5e949527dbfa1d6d0498181d9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/tester": "~1.0"
            },
            "suggest": {
                "ext-gd": "to use Image",
                "ext-iconv": "to use Strings::webalize() and toAscii()",
                "ext-intl": "for script transliteration in Strings::webalize() and toAscii()",
                "ext-mbstring": "to use Strings::lower() etc..."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "http://nette.org/contributors"
                }
            ],
            "description": "Nette Utility Classes",
            "homepage": "http://nette.org",
            "time": "2015-03-17T21:49:28+00:00"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "2.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "suggest": {
                "dflydev/markdown": "~1.0",
                "erusev/parsedown": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "phpDocumentor": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "mike.vanriel@naenius.com"
                }
            ],
            "time": "2015-02-03T12:10:50+00:00"
        },
        {
            "name": "phpspec/prophecy",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
                "reference": "8724cd239f8ef4c046f55a3b18b4d91cc7f3e4c5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/8724cd239f8ef4c046f55a3b18b4d91cc7f3e4c5",
                "reference": "8724cd239f8ef4c046f55a3b18b4d91cc7f3e4c5",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "phpdocumentor/reflection-docblock": "~2.0",
                "sebastian/comparator": "~1.1"
            },
            "require-dev": {
                "phpspec/phpspec": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Prophecy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                },
                {
                    "name": "Marcello Duarte",
                    "email": "marcello.duarte@gmail.com"
                }
            ],
            "description": "Highly opinionated mocking framework for PHP 5.3+",
            "homepage": "https://github.com/phpspec/prophecy",
            "keywords": [
                "Double",
                "Dummy",
                "fake",
                "mock",
                "spy",
                "stub"
            ],
            "time": "2015-03-27T19:31:25+00:00"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "2.0.16",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "934fd03eb6840508231a7f73eb8940cf32c3b66c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/934fd03eb6840508231a7f73eb8940cf32c3b66c",
                "reference": "934fd03eb6840508231a7f73eb8940cf32c3b66c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "phpunit/php-file-iterator": "~1.3",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-token-stream": "~1.3",
                "sebastian/environment": "~1.0",
                "sebastian/version": "~1.0"
            },
            "require-dev": {
                "ext-xdebug": ">=2.1.4",
                "phpunit/phpunit": "~4"
            },
            "suggest": {
                "ext-dom": "*",
                "ext-xdebug": ">=2.2.1",
                "ext-xmlwriter": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
            "keywords": [
                "coverage",
                "testing",
                "xunit"
            ],
            "time": "2015-04-11T04:35:00+00:00"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "1.3.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "File/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "time": "2013-10-10T15:34:57+00:00"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "Text/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
            "keywords": [
                "template"
            ],
            "time": "2014-01-30T17:20:04+00:00"
        },
        {
            "name": "phpunit/php-timer",
            "version": "1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "PHP/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
            "time": "2013-08-02T07:42:54+00:00"
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "eab81d02569310739373308137284e0158424330"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/eab81d02569310739373308137284e0158424330",
                "reference": "eab81d02569310739373308137284e0158424330",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Wrapper around PHP's tokenizer extension.",
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
            "keywords": [
                "tokenizer"
            ],
            "time": "2015-04-08T04:46:07+00:00"
        },
        {
            "name": "phpunit/phpunit",
            "version": "4.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "d6429b0995b24a2d9dfe5587ee3a7071c1161af4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d6429b0995b24a2d9dfe5587ee3a7071c1161af4",
                "reference": "d6429b0995b24a2d9dfe5587ee3a7071c1161af4",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-reflection": "*",
                "ext-spl": "*",
                "php": ">=5.3.3",
                "phpspec/prophecy": "~1.3,>=1.3.1",
                "phpunit/php-code-coverage": "~2.0,>=2.0.11",
                "phpunit/php-file-iterator": "~1.3.2",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-timer": "~1.0.2",
                "phpunit/phpunit-mock-objects": "~2.3",
                "sebastian/comparator": "~1.1",
                "sebastian/diff": "~1.1",
                "sebastian/environment": "~1.2",
                "sebastian/exporter": "~1.2",
                "sebastian/global-state": "~1.0",
                "sebastian/version": "~1.0",
                "symfony/yaml": "~2.0"
            },
            "suggest": {
                "phpunit/php-invoker": "~1.1"
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.5.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https://phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
            "time": "2015-03-29T09:24:05+00:00"
        },
        {
            "name": "phpunit/phpunit-mock-objects",
            "version": "2.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
                "reference": "74ffb87f527f24616f72460e54b595f508dccb5c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/74ffb87f527f24616f72460e54b595f508dccb5c",
                "reference": "74ffb87f527f24616f72460e54b595f508dccb5c",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "~1.0,>=1.0.2",
                "php": ">=5.3.3",
                "phpunit/php-text-template": "~1.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "suggest": {
                "ext-soap": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Mock Object library for PHPUnit",
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
            "keywords": [
                "mock",
                "xunit"
            ],
            "time": "2015-04-02T05:36:41+00:00"
        },
        {
            "name": "react/promise",
            "version": "v2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise.git",
                "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
                "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "React\\Promise\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jan Sorgalla",
                    "email": "jsorgalla@googlemail.com"
                }
            ],
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
            "time": "2014-12-30T13:32:42+00:00"
        },
        {
            "name": "sebastian/comparator",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/diff": "~1.2",
                "sebastian/exporter": "~1.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "time": "2015-01-29T16:28:08+00:00"
        },
        {
            "name": "sebastian/diff",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "http://www.github.com/sebastianbergmann/diff",
            "keywords": [
                "diff"
            ],
            "time": "2015-02-22T15:13:53+00:00"
        },
        {
            "name": "sebastian/environment",
            "version": "1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides functionality to handle HHVM/PHP environments",
            "homepage": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
            "time": "2015-01-01T10:01:08+00:00"
        },
        {
            "name": "sebastian/exporter",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "84839970d05254c73cde183a721c7af13aede943"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
                "reference": "84839970d05254c73cde183a721c7af13aede943",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/recursion-context": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
            "time": "2015-01-27T07:23:06+00:00"
        },
        {
            "name": "sebastian/global-state",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
            "time": "2014-10-06T09:23:50+00:00"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
            "time": "2015-01-24T09:48:32+00:00"
        },
        {
            "name": "sebastian/version",
            "version": "1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
                "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
            "time": "2015-02-24T06:35:25+00:00"
        },
        {
            "name": "seld/jsonlint",
            "version": "1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/jsonlint.git",
                "reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/863ae85c6d3ef60ca49cb12bd051c4a0648c40c4",
                "reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "bin": [
                "bin/jsonlint"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "JSON Linter",
            "keywords": [
                "json",
                "linter",
                "parser",
                "validator"
            ],
            "time": "2015-01-04T21:18:15+00:00"
        },
        {
            "name": "symfony/browser-kit",
            "version": "v2.6.6",
            "target-dir": "Symfony/Component/BrowserKit",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/browser-kit.git",
                "reference": "f21189b0eccbe56528515858ca1d5089a741692f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/f21189b0eccbe56528515858ca1d5089a741692f",
                "reference": "f21189b0eccbe56528515858ca1d5089a741692f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/dom-crawler": "~2.0,>=2.0.5"
            },
            "require-dev": {
                "symfony/css-selector": "~2.0,>=2.0.5",
                "symfony/phpunit-bridge": "~2.7",
                "symfony/process": "~2.0,>=2.0.5"
            },
            "suggest": {
                "symfony/process": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\BrowserKit\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony BrowserKit Component",
            "homepage": "http://symfony.com",
            "time": "2015-03-30T15:54:10+00:00"
        },
        {
            "name": "symfony/console",
            "version": "v2.6.6",
            "target-dir": "Symfony/Component/Console",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "5b91dc4ed5eb08553f57f6df04c4730a73992667"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/5b91dc4ed5eb08553f57f6df04c4730a73992667",
                "reference": "5b91dc4ed5eb08553f57f6df04c4730a73992667",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "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.6-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Console\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony Console Component",
            "homepage": "http://symfony.com",
            "time": "2015-03-30T15:54:10+00:00"
        },
        {
            "name": "symfony/css-selector",
            "version": "v2.6.6",
            "target-dir": "Symfony/Component/CssSelector",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/css-selector.git",
                "reference": "db2c48df9658423a8c168d89f7b971b73d3d74a4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/db2c48df9658423a8c168d89f7b971b73d3d74a4",
                "reference": "db2c48df9658423a8c168d89f7b971b73d3d74a4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "~2.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\CssSelector\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Jean-François Simon",
                    "email": "jeanfrancois.simon@sensiolabs.com"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony CssSelector Component",
            "homepage": "http://symfony.com",
            "time": "2015-03-22T16:55:57+00:00"
        },
        {
            "name": "symfony/dom-crawler",
            "version": "v2.6.6",
            "target-dir": "Symfony/Component/DomCrawler",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dom-crawler.git",
                "reference": "8897ebf39c7dfb752a5494fa301845a3fbb9e53d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/8897ebf39c7dfb752a5494fa301845a3fbb9e53d",
                "reference": "8897ebf39c7dfb752a5494fa301845a3fbb9e53d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/css-selector": "~2.3",
                "symfony/phpunit-bridge": "~2.7"
            },
            "suggest": {
                "symfony/css-selector": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\DomCrawler\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony DomCrawler Component",
            "homepage": "http://symfony.com",
            "time": "2015-03-30T15:54:10+00:00"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v2.6.6",
            "target-dir": "Symfony/Component/EventDispatcher",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "70f7c8478739ad21e3deef0d977b38c77f1fb284"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/70f7c8478739ad21e3deef0d977b38c77f1fb284",
                "reference": "70f7c8478739ad21e3deef0d977b38c77f1fb284",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "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.6-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony EventDispatcher Component",
            "homepage": "http://symfony.com",
            "time": "2015-03-13T17:37:22+00:00"
        },
        {
            "name": "symfony/finder",
            "version": "v2.6.6",
            "target-dir": "Symfony/Component/Finder",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Finder.git",
                "reference": "5dbe2e73a580618f5b4880fda93406eed25de251"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Finder/zipball/5dbe2e73a580618f5b4880fda93406eed25de251",
                "reference": "5dbe2e73a580618f5b4880fda93406eed25de251",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "~2.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Finder\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony Finder Component",
            "homepage": "http://symfony.com",
            "time": "2015-03-30T15:54:10+00:00"
        },
        {
            "name": "symfony/options-resolver",
            "version": "v2.6.6",
            "target-dir": "Symfony/Component/OptionsResolver",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/options-resolver.git",
                "reference": "d619503992eea05eb407a6db76e28dc1b7619416"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/d619503992eea05eb407a6db76e28dc1b7619416",
                "reference": "d619503992eea05eb407a6db76e28dc1b7619416",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "~2.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\OptionsResolver\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony OptionsResolver Component",
            "homepage": "http://symfony.com",
            "keywords": [
                "config",
                "configuration",
                "options"
            ],
            "time": "2015-03-13T17:37:22+00:00"
        },
        {
            "name": "symfony/yaml",
            "version": "v2.6.6",
            "target-dir": "Symfony/Component/Yaml",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Yaml.git",
                "reference": "174f009ed36379a801109955fc5a71a49fe62dd4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/174f009ed36379a801109955fc5a71a49fe62dd4",
                "reference": "174f009ed36379a801109955fc5a71a49fe62dd4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "~2.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Yaml\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony Yaml Component",
            "homepage": "http://symfony.com",
            "time": "2015-03-30T15:54:10+00:00"
        },
        {
            "name": "tracy/tracy",
            "version": "v2.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/tracy.git",
                "reference": "02030152bb068614fb6ff58cf00d1a6c8622c455"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/tracy/zipball/02030152bb068614fb6ff58cf00d1a6c8622c455",
                "reference": "02030152bb068614fb6ff58cf00d1a6c8622c455",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.1"
            },
            "require-dev": {
                "nette/di": "~2.3",
                "nette/tester": "~1.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src"
                ],
                "files": [
                    "src/shortcuts.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "http://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "http://nette.org/contributors"
                }
            ],
            "description": "Tracy: useful PHP debugger",
            "homepage": "http://tracy.nette.org",
            "keywords": [
                "debug",
                "debugger",
                "nette"
            ],
            "time": "2015-03-27T10:21:19+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=5.4.0"
    },
    "platform-dev": []
}