[
    {
        "name": "dg/adminer-custom",
        "version": "v1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dg/adminer-custom.git",
            "reference": "f1b449b7076d49711fdb41382e5bd858f09855d0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dg/adminer-custom/zipball/f1b449b7076d49711fdb41382e5bd858f09855d0",
            "reference": "f1b449b7076d49711fdb41382e5bd858f09855d0",
            "shasum": ""
        },
        "time": "2015-02-07T20:26:30+00:00",
        "type": "project",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "Customization for the best database management tool written in PHP, Adminer"
    },
    {
        "name": "kdyby/translation",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Kdyby/Translation.git",
            "reference": "d61f9d899616cb02c57b234eb4174618dcdfbf76"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Kdyby/Translation/zipball/d61f9d899616cb02c57b234eb4174618dcdfbf76",
            "reference": "d61f9d899616cb02c57b234eb4174618dcdfbf76",
            "shasum": ""
        },
        "require": {
            "latte/latte": "~2.3@dev",
            "nette/caching": "~2.3@dev",
            "nette/di": "~2.3@dev",
            "nette/finder": "~2.3@dev",
            "nette/http": "~2.3@dev",
            "nette/neon": "~2.3@dev",
            "nette/php-generator": "~2.3@dev",
            "nette/reflection": "~2.3@dev",
            "nette/utils": "~2.3@dev",
            "symfony/config": "~2.6",
            "symfony/translation": "~2.6"
        },
        "require-dev": {
            "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.2@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/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.3@rc",
            "nette/tokenizer": "~2.2@dev",
            "nette/utils": "~2.3@dev",
            "symfony/console": "~2.5",
            "tracy/tracy": "~2.3@dev"
        },
        "suggest": {
            "kdyby/console": "If you wanna use extract command and much others, install also console.",
            "symfony/locale": "Locale component provides fallback code to handle cases when the intl extension is missing.",
            "symfony/yaml": "If you wanna store translations in YAML format - supports multiline strings.",
            "tracy/tracy": "Diagnostics tool from Nette"
        },
        "time": "2015-05-09T17:33:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Kdyby\\Translation": "src/"
            },
            "classmap": [
                "src/Kdyby/Translation/exceptions.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": "Integration of Symfony/Translation into Nette Framework",
        "homepage": "http://kdyby.org",
        "keywords": [
            "kdyby",
            "nette",
            "translation"
        ]
    },
    {
        "name": "latte/latte",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/latte.git",
            "reference": "020300e124d8aa2fb324d5830ec4862b6b9ab1da"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/latte/zipball/020300e124d8aa2fb324d5830ec4862b6b9ab1da",
            "reference": "020300e124d8aa2fb324d5830ec4862b6b9ab1da",
            "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, ..."
        },
        "time": "2015-02-24T22:10:51+00:00",
        "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": "Latte: the amazing template engine for PHP",
        "homepage": "http://latte.nette.org",
        "keywords": [
            "templating",
            "twig"
        ]
    },
    {
        "name": "nette/application",
        "version": "v2.3.6",
        "version_normalized": "2.3.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/application.git",
            "reference": "68db80ce58a5039656f11409acc597a4ea8d817d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/application/zipball/68db80ce58a5039656f11409acc597a4ea8d817d",
            "reference": "68db80ce58a5039656f11409acc597a4ea8d817d",
            "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.0",
            "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"
        },
        "time": "2015-10-09T14:57:21+00:00",
        "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": "https://davidgrudl.com"
            },
            {
                "name": "Nette Community",
                "homepage": "https://nette.org/contributors"
            }
        ],
        "description": "Nette Application MVC Component",
        "homepage": "https://nette.org"
    },
    {
        "name": "nette/bootstrap",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/bootstrap.git",
            "reference": "5b7c055f38e8d329bc8f4b4504899b5b39be5199"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/bootstrap/zipball/5b7c055f38e8d329bc8f4b4504899b5b39be5199",
            "reference": "5b7c055f38e8d329bc8f4b4504899b5b39be5199",
            "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()"
        },
        "time": "2015-02-20T19:43:56+00:00",
        "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 Bootstrap",
        "homepage": "http://nette.org"
    },
    {
        "name": "nette/caching",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/caching.git",
            "reference": "e9508220f5628d9ac075ec3c13ba1e053dbd7944"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/caching/zipball/e9508220f5628d9ac075ec3c13ba1e053dbd7944",
            "reference": "e9508220f5628d9ac075ec3c13ba1e053dbd7944",
            "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"
        },
        "time": "2015-02-18T02:23:54+00:00",
        "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/component-model",
        "version": "v2.2.3",
        "version_normalized": "2.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/component-model.git",
            "reference": "fe13e630a307ef4585b3573eae0a161dc1c3d428"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/component-model/zipball/fe13e630a307ef4585b3573eae0a161dc1c3d428",
            "reference": "fe13e630a307ef4585b3573eae0a161dc1c3d428",
            "shasum": ""
        },
        "require": {
            "nette/utils": "~2.2",
            "php": ">=5.3.1"
        },
        "conflict": {
            "nette/nette": "<2.2"
        },
        "require-dev": {
            "nette/tester": "~1.3"
        },
        "time": "2015-07-11T21:11:20+00:00",
        "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 Component Model",
        "homepage": "http://nette.org"
    },
    {
        "name": "nette/database",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/database.git",
            "reference": "9e939487553684074ca49428575ee518e94aaa4f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/database/zipball/9e939487553684074ca49428575ee518e94aaa4f",
            "reference": "9e939487553684074ca49428575ee518e94aaa4f",
            "shasum": ""
        },
        "require": {
            "ext-pdo": "*",
            "nette/caching": "~2.2",
            "nette/utils": "~2.2",
            "php": ">=5.3.1"
        },
        "conflict": {
            "nette/nette": "<2.2"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "nette/di": "~2.3",
            "nette/tester": "~1.3"
        },
        "time": "2015-02-20T03:30:49+00:00",
        "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 Database Component",
        "homepage": "http://nette.org"
    },
    {
        "name": "nette/di",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/di.git",
            "reference": "440d9bab1857b34ce6d0c24e023748c012d53686"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/di/zipball/440d9bab1857b34ce6d0c24e023748c012d53686",
            "reference": "440d9bab1857b34ce6d0c24e023748c012d53686",
            "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"
        },
        "time": "2015-02-24T21:31:57+00:00",
        "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 Dependency Injection Component",
        "homepage": "http://nette.org"
    },
    {
        "name": "nette/finder",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.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"
        },
        "time": "2015-02-17T20:36:43+00:00",
        "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 Finder: Files Searching",
        "homepage": "http://nette.org"
    },
    {
        "name": "nette/forms",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/forms.git",
            "reference": "8a7bedf704b2df1ac679a7f397832b2886ecb1a4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/forms/zipball/8a7bedf704b2df1ac679a7f397832b2886ecb1a4",
            "reference": "8a7bedf704b2df1ac679a7f397832b2886ecb1a4",
            "shasum": ""
        },
        "require": {
            "nette/component-model": "~2.2",
            "nette/http": "~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.3",
            "tracy/tracy": "~2.2"
        },
        "time": "2015-02-20T21:10:45+00:00",
        "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 Forms: greatly facilitates web forms",
        "homepage": "http://nette.org"
    },
    {
        "name": "nette/http",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.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"
        },
        "time": "2015-02-25T00:17:52+00:00",
        "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 HTTP Component",
        "homepage": "http://nette.org"
    },
    {
        "name": "nette/mail",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.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"
        },
        "time": "2015-02-24T22:24:13+00:00",
        "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 Mail: Sending E-mails",
        "homepage": "http://nette.org"
    },
    {
        "name": "nette/neon",
        "version": "v2.4.3",
        "version_normalized": "2.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/neon.git",
            "reference": "5e72b1dd3e2d34f0863c5561139a19df6a1ef398"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/neon/zipball/5e72b1dd3e2d34f0863c5561139a19df6a1ef398",
            "reference": "5e72b1dd3e2d34f0863c5561139a19df6a1ef398",
            "shasum": ""
        },
        "require": {
            "ext-iconv": "*",
            "ext-json": "*",
            "php": ">=5.6.0"
        },
        "require-dev": {
            "nette/tester": "~2.0",
            "tracy/tracy": "^2.3"
        },
        "time": "2018-03-21T12:12:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4-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": "https://davidgrudl.com"
            },
            {
                "name": "Nette Community",
                "homepage": "https://nette.org/contributors"
            }
        ],
        "description": "? Nette NEON: encodes and decodes NEON file format.",
        "homepage": "http://ne-on.org",
        "keywords": [
            "export",
            "import",
            "neon",
            "nette",
            "yaml"
        ]
    },
    {
        "name": "nette/php-generator",
        "version": "v2.3.6",
        "version_normalized": "2.3.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/php-generator.git",
            "reference": "bbc8189aa54af093c908d98212e1c309b9170345"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/php-generator/zipball/bbc8189aa54af093c908d98212e1c309b9170345",
            "reference": "bbc8189aa54af093c908d98212e1c309b9170345",
            "shasum": ""
        },
        "require": {
            "nette/utils": "~2.2",
            "php": ">=5.3.1"
        },
        "conflict": {
            "nette/nette": "<2.2"
        },
        "require-dev": {
            "nette/tester": "~1.4"
        },
        "time": "2016-06-17T16:33:17+00:00",
        "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": "https://davidgrudl.com"
            },
            {
                "name": "Nette Community",
                "homepage": "https://nette.org/contributors"
            }
        ],
        "description": "Nette PHP Generator",
        "homepage": "https://nette.org"
    },
    {
        "name": "nette/reflection",
        "version": "v2.3.2",
        "version_normalized": "2.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/reflection.git",
            "reference": "6c39adc4661f5f7b64be7ee161b8f67d8174da4d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/reflection/zipball/6c39adc4661f5f7b64be7ee161b8f67d8174da4d",
            "reference": "6c39adc4661f5f7b64be7ee161b8f67d8174da4d",
            "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.4"
        },
        "time": "2016-03-12T14:57:07+00:00",
        "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": "https://davidgrudl.com"
            },
            {
                "name": "Nette Community",
                "homepage": "https://nette.org/contributors"
            }
        ],
        "description": "Nette PHP Reflection Component",
        "homepage": "https://nette.org",
        "abandoned": true
    },
    {
        "name": "nette/robot-loader",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.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"
        },
        "time": "2015-02-05T13:03:37+00:00",
        "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 RobotLoader: comfortable autoloading",
        "homepage": "http://nette.org"
    },
    {
        "name": "nette/safe-stream",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.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"
        },
        "time": "2015-01-27T13:35:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "nette/security",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.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"
        },
        "time": "2015-02-24T20:35:28+00:00",
        "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 Security: Access Control Component",
        "homepage": "http://nette.org"
    },
    {
        "name": "nette/tester",
        "version": "v1.7.2",
        "version_normalized": "1.7.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/tester.git",
            "reference": "c81e276f9809143312c5be51952b1316901b8403"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/tester/zipball/c81e276f9809143312c5be51952b1316901b8403",
            "reference": "c81e276f9809143312c5be51952b1316901b8403",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-06-01T09:33:19+00:00",
        "bin": [
            "src/tester"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7-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": "https://davidgrudl.com"
            },
            {
                "name": "Nette Community",
                "homepage": "https://nette.org/contributors"
            }
        ],
        "description": "Nette Tester: enjoyable unit testing in PHP with code coverage reporter. ????",
        "homepage": "https://tester.nette.org",
        "keywords": [
            "Xdebug",
            "assertions",
            "clover",
            "code coverage",
            "nette",
            "phpdbg",
            "phpunit",
            "testing",
            "unit"
        ]
    },
    {
        "name": "nette/utils",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/utils.git",
            "reference": "29bfb4424689014e0749e14eef8de18c4b0fd020"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/utils/zipball/29bfb4424689014e0749e14eef8de18c4b0fd020",
            "reference": "29bfb4424689014e0749e14eef8de18c4b0fd020",
            "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..."
        },
        "time": "2015-02-24T21:21:17+00:00",
        "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 Utility Classes",
        "homepage": "http://nette.org"
    },
    {
        "name": "symfony/config",
        "version": "v2.8.52",
        "version_normalized": "2.8.52.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
            "reference": "7dd5f5040dc04c118d057fb5886563963eb70011"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/config/zipball/7dd5f5040dc04c118d057fb5886563963eb70011",
            "reference": "7dd5f5040dc04c118d057fb5886563963eb70011",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/filesystem": "~2.3|~3.0.0",
            "symfony/polyfill-ctype": "~1.8"
        },
        "require-dev": {
            "symfony/yaml": "~2.7|~3.0.0"
        },
        "suggest": {
            "symfony/yaml": "To use the yaml reference dumper"
        },
        "time": "2018-11-26T09:38:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Config\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "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 Config Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/filesystem",
        "version": "v3.0.9",
        "version_normalized": "3.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d",
            "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "time": "2016-07-20T05:43:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Filesystem\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "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/polyfill-ctype",
        "version": "v1.19.0",
        "version_normalized": "1.19.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b",
            "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2020-10-23T09:01:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.19-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.19.0",
        "version_normalized": "1.19.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
            "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2020-10-23T09:01:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.19-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/translation",
        "version": "v2.8.52",
        "version_normalized": "2.8.52.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "fc58c2a19e56c29f5ba2736ec40d0119a0de2089"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/fc58c2a19e56c29f5ba2736ec40d0119a0de2089",
            "reference": "fc58c2a19e56c29f5ba2736ec40d0119a0de2089",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/config": "<2.7"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.8",
            "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
            "symfony/yaml": "~2.2|~3.0.0"
        },
        "suggest": {
            "psr/log-implementation": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2018-11-24T21:16:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Translation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "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 Translation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "tracy/tracy",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/tracy.git",
            "reference": "0203000762fcadb4b00bcda5d5a2cf84348f3272"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/tracy/zipball/0203000762fcadb4b00bcda5d5a2cf84348f3272",
            "reference": "0203000762fcadb4b00bcda5d5a2cf84348f3272",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.1"
        },
        "require-dev": {
            "nette/di": "~2.3",
            "nette/tester": "~1.3"
        },
        "time": "2015-02-24T21:00:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    }
]
