[
    {
        "name": "imnotjames/curlfile-compat",
        "version": "0.0.1",
        "version_normalized": "0.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/imnotjames/curlfile-compat.git",
            "reference": "e23e417e5c420dc64a2e9212262beb22ac7f5389"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/imnotjames/curlfile-compat/zipball/e23e417e5c420dc64a2e9212262beb22ac7f5389",
            "reference": "e23e417e5c420dc64a2e9212262beb22ac7f5389",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "satooshi/php-coveralls": "dev-master"
        },
        "time": "2014-06-28 15:19:17",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/imnotjames/CURLFile.php",
                "src/CURLFile.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "James Ward",
                "email": "james@notjam.es",
                "homepage": "http://notjam.es/"
            }
        ],
        "description": "Compatibility library with CURLFile from PHP 5.5",
        "homepage": "https://github.com/imnotjames/curlfile-compat",
        "keywords": [
            "curl",
            "curlfile",
            "file upload"
        ]
    },
    {
        "name": "michelf/php-markdown",
        "version": "1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/michelf/php-markdown.git",
            "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
            "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2014-05-05 02:43:50",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-lib": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Michelf": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Michel Fortin",
                "email": "michel.fortin@michelf.ca",
                "homepage": "http://michelf.ca/",
                "role": "Developer"
            },
            {
                "name": "John Gruber",
                "homepage": "http://daringfireball.net/"
            }
        ],
        "description": "PHP Markdown",
        "homepage": "http://michelf.ca/projects/php-markdown/",
        "keywords": [
            "markdown"
        ]
    },
    {
        "name": "nette/neon",
        "version": "v2.2.5",
        "version_normalized": "2.2.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/neon.git",
            "reference": "4de3014ef445816849be9d9b220e929446784a9b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/neon/zipball/4de3014ef445816849be9d9b220e929446784a9b",
            "reference": "4de3014ef445816849be9d9b220e929446784a9b",
            "shasum": ""
        },
        "require": {
            "ext-iconv": "*",
            "php": ">=5.3.1"
        },
        "require-dev": {
            "nette/tester": "~1.0"
        },
        "time": "2015-07-19 16:20:22",
        "type": "library",
        "installation-source": "dist",
        "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"
    },
    {
        "name": "nette/utils",
        "version": "v2.2.7",
        "version_normalized": "2.2.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/utils.git",
            "reference": "1d980850f42652bc41cdc2b46789b015d772871b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/utils/zipball/1d980850f42652bc41cdc2b46789b015d772871b",
            "reference": "1d980850f42652bc41cdc2b46789b015d772871b",
            "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-mbstring": "to use Strings::lower() etc..."
        },
        "time": "2015-08-05 10:38:03",
        "type": "library",
        "installation-source": "dist",
        "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"
    },
    {
        "name": "nette/finder",
        "version": "v2.3.1",
        "version_normalized": "2.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/finder.git",
            "reference": "38f803a03f4cddf352e28af70294c71f7026e516"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/finder/zipball/38f803a03f4cddf352e28af70294c71f7026e516",
            "reference": "38f803a03f4cddf352e28af70294c71f7026e516",
            "shasum": ""
        },
        "require": {
            "nette/utils": "~2.2",
            "php": ">=5.3.1"
        },
        "conflict": {
            "nette/nette": "<2.2"
        },
        "require-dev": {
            "nette/tester": "~1.4"
        },
        "time": "2015-07-11 21:13:50",
        "type": "library",
        "installation-source": "dist",
        "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"
    },
    {
        "name": "nette/caching",
        "version": "v2.3.3",
        "version_normalized": "2.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/caching.git",
            "reference": "d4be13806d70c02d53b72cc63e93de6cf813f50f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/caching/zipball/d4be13806d70c02d53b72cc63e93de6cf813f50f",
            "reference": "d4be13806d70c02d53b72cc63e93de6cf813f50f",
            "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.0",
            "nette/di": "~2.3",
            "nette/tester": "~1.4"
        },
        "time": "2015-07-11 21:09:42",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "nette/robot-loader",
        "version": "v2.2.2",
        "version_normalized": "2.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/robot-loader.git",
            "reference": "8108669b8d650928e90dca3141a8db1c6701e65e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/robot-loader/zipball/8108669b8d650928e90dca3141a8db1c6701e65e",
            "reference": "8108669b8d650928e90dca3141a8db1c6701e65e",
            "shasum": ""
        },
        "require": {
            "nette/caching": "~2.2",
            "nette/finder": "~2.2",
            "nette/utils": "~2.2",
            "php": ">=5.3.1"
        },
        "conflict": {
            "nette/nette": "<2.2"
        },
        "require-dev": {
            "nette/tester": "~1.0"
        },
        "time": "2015-07-19 16:22:59",
        "type": "library",
        "installation-source": "dist",
        "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"
    },
    {
        "name": "symfony/filesystem",
        "version": "v2.7.5",
        "version_normalized": "2.7.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/a17f8a17c20e8614c15b8e116e2f4bcde102cfab",
            "reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "~2.7"
        },
        "time": "2015-09-09 17:42:36",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Filesystem\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Filesystem Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/process",
        "version": "v2.5.12",
        "version_normalized": "2.5.12.0",
        "target-dir": "Symfony/Component/Process",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Process.git",
            "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Process/zipball/00a1308e8b5aec5eba7c8f1708426a78f929be8c",
            "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2015-02-08 07:07:45",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\Process\\": ""
            }
        },
        "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 Process Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "tracy/tracy",
        "version": "v2.2.8",
        "version_normalized": "2.2.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/tracy.git",
            "reference": "704256a85b522feefca0f5d33d32d3f50d904e48"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/tracy/zipball/704256a85b522feefca0f5d33d32d3f50d904e48",
            "reference": "704256a85b522feefca0f5d33d32d3f50d904e48",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.1"
        },
        "require-dev": {
            "nette/tester": "~1.3"
        },
        "time": "2015-08-23 11:54:26",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/Tracy"
            ],
            "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"
        ]
    }
]
