{
    "_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#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "410b617e3414a11763c411fdac607760",
    "packages": [],
    "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"
            ],
            "support": {
                "issues": "https://github.com/Andrewsville/PHP-Token-Reflection/issues",
                "source": "https://github.com/Andrewsville/PHP-Token-Reflection/tree/1.4.0"
            },
            "time": "2014-08-06T16:37:08+00:00"
        },
        {
            "name": "apigen/apigen",
            "version": "v4.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/ApiGen/ApiGen.git",
                "reference": "3365433ea3433b0e5c8f763608f8e63cbedb2a3a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ApiGen/ApiGen/zipball/3365433ea3433b0e5c8f763608f8e63cbedb2a3a",
                "reference": "3365433ea3433b0e5c8f763608f8e63cbedb2a3a",
                "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.0,<2.3.5",
                "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"
            ],
            "support": {
                "issues": "https://github.com/ApiGen/ApiGen/issues",
                "source": "https://github.com/ApiGen/ApiGen/tree/v4.1.2"
            },
            "time": "2015-11-29T20:11:30+00:00"
        },
        {
            "name": "apigen/theme-bootstrap",
            "version": "v1.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/ApiGen/ThemeBootstrap.git",
                "reference": "55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ApiGen/ThemeBootstrap/zipball/55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c",
                "reference": "55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c",
                "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/",
            "support": {
                "issues": "https://github.com/ApiGen/ThemeBootstrap/issues",
                "source": "https://github.com/ApiGen/ThemeBootstrap/tree/master"
            },
            "abandoned": "apigen/apigen",
            "time": "2015-10-11T14:52:50+00:00"
        },
        {
            "name": "apigen/theme-default",
            "version": "v1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/ApiGen/ThemeDefault.git",
                "reference": "51648cf83645d9ae6c655fe46bcd26a347d45336"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ApiGen/ThemeDefault/zipball/51648cf83645d9ae6c655fe46bcd26a347d45336",
                "reference": "51648cf83645d9ae6c655fe46bcd26a347d45336",
                "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/",
            "support": {
                "issues": "https://github.com/ApiGen/ThemeDefault/issues",
                "source": "https://github.com/ApiGen/ThemeDefault/tree/master"
            },
            "abandoned": "apigen/apigen",
            "time": "2015-10-11T14:55:30+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"
                }
            ],
            "description": "A library for simplifying JSON linting and validation.",
            "homepage": "http://herrera-io.github.com/php-json",
            "keywords": [
                "json",
                "lint",
                "schema",
                "validate"
            ],
            "support": {
                "issues": "https://github.com/herrera-io/php-json/issues",
                "source": "https://github.com/kherge-php/json/tree/1.0.3"
            },
            "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"
                }
            ],
            "description": "A library for self-updating Phars.",
            "homepage": "http://herrera-io.github.com/php-phar-update",
            "keywords": [
                "phar",
                "update"
            ],
            "support": {
                "issues": "https://github.com/herrera-io/php-phar-update/issues",
                "source": "https://github.com/kherge-abandoned/php-phar-update/tree/2.0.0"
            },
            "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"
                }
            ],
            "description": "A library for creating, editing, and comparing semantic versioning numbers.",
            "homepage": "http://github.com/herrera-io/php-version",
            "keywords": [
                "semantic",
                "version"
            ],
            "support": {
                "forum": "https://groups.google.com/d/forum/herrera-io-users",
                "issues": "https://github.com/herrera-io/php-version/issues",
                "source": "https://github.com/kherge-abandoned/php-version/tree/1.1.1"
            },
            "abandoned": "kherge/semver",
            "time": "2014-05-27T05:29:25+00:00"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "1.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/justinrainbow/json-schema.git",
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.29"
            },
            "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.6.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "JsonSchema\\": "src/JsonSchema/"
                }
            },
            "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"
            ],
            "support": {
                "issues": "https://github.com/justinrainbow/json-schema/issues",
                "source": "https://github.com/justinrainbow/json-schema/tree/master"
            },
            "time": "2016-01-25T15:43:01+00:00"
        },
        {
            "name": "kdyby/events",
            "version": "v2.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Kdyby/Events.git",
                "reference": "d8a0e8a64a59f501996f8f9591aa3f950208f091"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Kdyby/Events/zipball/d8a0e8a64a59f501996f8f9591aa3f950208f091",
                "reference": "d8a0e8a64a59f501996f8f9591aa3f950208f091",
                "shasum": ""
            },
            "require": {
                "nette/di": "~2.3@dev",
                "nette/utils": "~2.3@dev"
            },
            "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.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/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",
                "nette/tokenizer": "~2.2@dev",
                "nette/utils": "~2.3@dev",
                "symfony/event-dispatcher": "~2.3",
                "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"
            ],
            "support": {
                "email": "filip@prochazka.su",
                "issues": "https://github.com/kdyby/events/issues",
                "source": "https://github.com/Kdyby/Events/tree/v2.4"
            },
            "time": "2016-04-19T11:19: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"
            ],
            "support": {
                "issues": "https://github.com/kukulich/fshl/issues",
                "source": "https://github.com/kukulich/fshl/tree/2.1.0"
            },
            "time": "2012-09-08T19:00:07+00:00"
        },
        {
            "name": "latte/latte",
            "version": "v2.3.4",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/latte.git",
                "reference": "5e891af999776d2204a9d06ad66ad8fa0bcd4f8b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/latte/zipball/5e891af999776d2204a9d06ad66ad8fa0bcd4f8b",
                "reference": "5e891af999776d2204a9d06ad66ad8fa0bcd4f8b",
                "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",
            "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"
            ],
            "support": {
                "issues": "https://github.com/nette/latte/issues",
                "source": "https://github.com/nette/latte/tree/v2.3.4"
            },
            "time": "2015-08-23T12:36:55+00:00"
        },
        {
            "name": "michelf/php-markdown",
            "version": "1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/michelf/php-markdown.git",
                "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
                "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">=4.3 <5.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Michelf\\": "Michelf/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Michel Fortin",
                    "email": "michel.fortin@michelf.ca",
                    "homepage": "https://michelf.ca/",
                    "role": "Developer"
                },
                {
                    "name": "John Gruber",
                    "homepage": "https://daringfireball.net/"
                }
            ],
            "description": "PHP Markdown",
            "homepage": "https://michelf.ca/projects/php-markdown/",
            "keywords": [
                "markdown"
            ],
            "support": {
                "issues": "https://github.com/michelf/php-markdown/issues",
                "source": "https://github.com/michelf/php-markdown/tree/1.9.0"
            },
            "time": "2019-12-02T02:32:27+00:00"
        },
        {
            "name": "nette/application",
            "version": "v2.4.17",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/application.git",
                "reference": "c2d4def8fce2602d74f03ff29204da0ee708c9dc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/application/zipball/c2d4def8fce2602d74f03ff29204da0ee708c9dc",
                "reference": "c2d4def8fce2602d74f03ff29204da0ee708c9dc",
                "shasum": ""
            },
            "require": {
                "nette/component-model": "^2.3",
                "nette/http": "^2.2",
                "nette/reflection": "^2.2",
                "nette/utils": "^2.4.3",
                "php": ">=5.6 <8.1"
            },
            "conflict": {
                "nette/di": "<2.4",
                "nette/forms": "<2.4",
                "nette/latte": "<2.4 >=3.0",
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "latte/latte": "^2.4.3 <2.8",
                "mockery/mockery": "^1.0",
                "nette/di": "^2.4",
                "nette/forms": "^2.4",
                "nette/robot-loader": "^2.4.2 || ^3.0",
                "nette/security": "^2.4",
                "nette/tester": "^2.0",
                "tracy/tracy": "^2.4"
            },
            "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.4-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": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "🏆 Nette Application: a full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.",
            "homepage": "https://nette.org",
            "keywords": [
                "Forms",
                "component-based",
                "control",
                "framework",
                "mvc",
                "mvp",
                "nette",
                "presenter",
                "routing",
                "seo"
            ],
            "support": {
                "issues": "https://github.com/nette/application/issues",
                "source": "https://github.com/nette/application/tree/v2.4.17"
            },
            "time": "2020-11-24T19:05:35+00:00"
        },
        {
            "name": "nette/bootstrap",
            "version": "v2.4.6",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/bootstrap.git",
                "reference": "268816e3f1bb7426c3a4ceec2bd38a036b532543"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/bootstrap/zipball/268816e3f1bb7426c3a4ceec2bd38a036b532543",
                "reference": "268816e3f1bb7426c3a4ceec2bd38a036b532543",
                "shasum": ""
            },
            "require": {
                "nette/di": "~2.4.7",
                "nette/utils": "~2.4",
                "php": ">=5.6.0"
            },
            "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.4.0",
                "nette/mail": "~2.3",
                "nette/robot-loader": "^2.4.2 || ^3.0",
                "nette/safe-stream": "~2.2",
                "nette/security": "~2.3",
                "nette/tester": "~2.0",
                "tracy/tracy": "^2.4.1"
            },
            "suggest": {
                "nette/robot-loader": "to use Configurator::createRobotLoader()",
                "tracy/tracy": "to use Configurator::enableTracy()"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-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": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "? Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
            "homepage": "https://nette.org",
            "keywords": [
                "bootstrapping",
                "configurator",
                "nette"
            ],
            "support": {
                "issues": "https://github.com/nette/bootstrap/issues",
                "source": "https://github.com/nette/bootstrap/tree/v2.4"
            },
            "time": "2018-05-17T12:52:20+00:00"
        },
        {
            "name": "nette/caching",
            "version": "v2.5.9",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/caching.git",
                "reference": "d93ef446836a5a0ff7ef78d5ffebb7fe043f9953"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/caching/zipball/d93ef446836a5a0ff7ef78d5ffebb7fe043f9953",
                "reference": "d93ef446836a5a0ff7ef78d5ffebb7fe043f9953",
                "shasum": ""
            },
            "require": {
                "nette/finder": "^2.2 || ~3.0.0",
                "nette/utils": "^2.4 || ~3.0.0",
                "php": ">=5.6.0"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "latte/latte": "^2.4",
                "nette/di": "^2.4 || ~3.0.0",
                "nette/tester": "^2.0",
                "tracy/tracy": "^2.4"
            },
            "suggest": {
                "ext-pdo_sqlite": "to use SQLiteStorage or SQLiteJournal"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5-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": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "⏱ Nette Caching: library with easy-to-use API and many cache backends.",
            "homepage": "https://nette.org",
            "keywords": [
                "cache",
                "journal",
                "memcached",
                "nette",
                "sqlite"
            ],
            "support": {
                "issues": "https://github.com/nette/caching/issues",
                "source": "https://github.com/nette/caching/tree/v2.5.9"
            },
            "time": "2019-11-19T18:38:13+00:00"
        },
        {
            "name": "nette/component-model",
            "version": "v2.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/component-model.git",
                "reference": "6e7980f5ddec31f68a39e767799b1b0be9dd1014"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/component-model/zipball/6e7980f5ddec31f68a39e767799b1b0be9dd1014",
                "reference": "6e7980f5ddec31f68a39e767799b1b0be9dd1014",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^2.5 || ~3.0.0",
                "php": ">=5.6.0"
            },
            "conflict": {
                "nette/application": "<2.4",
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/tester": "^2.0",
                "tracy/tracy": "^2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-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": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "⚛ Nette Component Model",
            "homepage": "https://nette.org",
            "keywords": [
                "components",
                "nette"
            ],
            "support": {
                "issues": "https://github.com/nette/component-model/issues",
                "source": "https://github.com/nette/component-model/tree/v2.4.0"
            },
            "time": "2018-03-20T16:32:50+00:00"
        },
        {
            "name": "nette/di",
            "version": "v2.4.17",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/di.git",
                "reference": "aa25fa3dfcb0fc40af8da1f2495af75b63b5db1d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/di/zipball/aa25fa3dfcb0fc40af8da1f2495af75b63b5db1d",
                "reference": "aa25fa3dfcb0fc40af8da1f2495af75b63b5db1d",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "nette/neon": "^2.3.3 || ~3.0.0",
                "nette/php-generator": "^2.6.1 || ^3.0.0",
                "nette/utils": "^2.5.0 || ~3.0.0",
                "php": ">=5.6 <8.1"
            },
            "conflict": {
                "nette/bootstrap": "<2.4",
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/tester": "^2.0",
                "tracy/tracy": "^2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-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": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
            "homepage": "https://nette.org",
            "keywords": [
                "compiled",
                "di",
                "dic",
                "factory",
                "ioc",
                "nette",
                "static"
            ],
            "support": {
                "issues": "https://github.com/nette/di/issues",
                "source": "https://github.com/nette/di/tree/v2.4.17"
            },
            "time": "2020-11-06T00:28:18+00:00"
        },
        {
            "name": "nette/finder",
            "version": "v2.5.2",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/finder.git",
                "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/finder/zipball/4ad2c298eb8c687dd0e74ae84206a4186eeaed50",
                "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^2.4 || ^3.0",
                "php": ">=7.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/tester": "^2.0",
                "phpstan/phpstan": "^0.12",
                "tracy/tracy": "^2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5-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": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
            "homepage": "https://nette.org",
            "keywords": [
                "filesystem",
                "glob",
                "iterator",
                "nette"
            ],
            "support": {
                "issues": "https://github.com/nette/finder/issues",
                "source": "https://github.com/nette/finder/tree/v2.5.2"
            },
            "time": "2020-01-03T20:35:40+00:00"
        },
        {
            "name": "nette/http",
            "version": "v2.4.12",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/http.git",
                "reference": "a5adfb1746f1d21d75e8b77f84a3d7f84977dcb6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/http/zipball/a5adfb1746f1d21d75e8b77f84a3d7f84977dcb6",
                "reference": "a5adfb1746f1d21d75e8b77f84a3d7f84977dcb6",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^2.4 || ~3.0.0",
                "php": ">=5.6 <8.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/di": "^2.4.8 || ~3.0.0",
                "nette/tester": "^2.0",
                "tracy/tracy": "^2.4"
            },
            "suggest": {
                "ext-fileinfo": "to detect type of uploaded files",
                "nette/security": "allows use Nette\\Http\\UserStorage"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-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": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "🌐 Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.",
            "homepage": "https://nette.org",
            "keywords": [
                "cookies",
                "http",
                "nette",
                "proxy",
                "request",
                "response",
                "security",
                "session",
                "url"
            ],
            "support": {
                "issues": "https://github.com/nette/http/issues",
                "source": "https://github.com/nette/http/tree/v2.4.12"
            },
            "time": "2020-11-06T00:17:53+00:00"
        },
        {
            "name": "nette/mail",
            "version": "v2.4.6",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/mail.git",
                "reference": "431f1774034cc14ee6a795b6514fe6343f75a68e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/mail/zipball/431f1774034cc14ee6a795b6514fe6343f75a68e",
                "reference": "431f1774034cc14ee6a795b6514fe6343f75a68e",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "nette/utils": "^2.4 || ~3.0.0",
                "php": ">=5.6.0"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/di": "^2.4 || ~3.0.0",
                "nette/tester": "^2.0",
                "tracy/tracy": "^2.4"
            },
            "suggest": {
                "ext-fileinfo": "to detect type of attached files"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-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": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "? Nette Mail: handy email creation and transfer library for PHP with both text and MIME-compliant support.",
            "homepage": "https://nette.org",
            "keywords": [
                "mail",
                "mailer",
                "mime",
                "nette",
                "smtp"
            ],
            "support": {
                "issues": "https://github.com/nette/mail/issues",
                "source": "https://github.com/nette/mail/tree/v2.4"
            },
            "time": "2018-11-21T22:35:13+00:00"
        },
        {
            "name": "nette/neon",
            "version": "v2.4.3",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-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": "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"
            ],
            "support": {
                "issues": "https://github.com/nette/neon/issues",
                "source": "https://github.com/nette/neon/tree/v2.4"
            },
            "time": "2018-03-21T12:12:21+00:00"
        },
        {
            "name": "nette/php-generator",
            "version": "v3.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/php-generator.git",
                "reference": "7051954c534cebafd650efe8b145ac75b223cb66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/php-generator/zipball/7051954c534cebafd650efe8b145ac75b223cb66",
                "reference": "7051954c534cebafd650efe8b145ac75b223cb66",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^2.4.2 || ^3.0",
                "php": ">=7.1"
            },
            "require-dev": {
                "nette/tester": "^2.0",
                "nikic/php-parser": "^4.4",
                "phpstan/phpstan": "^0.12",
                "tracy/tracy": "^2.3"
            },
            "suggest": {
                "nikic/php-parser": "to use ClassType::withBodiesFrom() & GlobalFunction::withBodyFrom()"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.4-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0-only",
                "GPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.4 features.",
            "homepage": "https://nette.org",
            "keywords": [
                "code",
                "nette",
                "php",
                "scaffolding"
            ],
            "support": {
                "issues": "https://github.com/nette/php-generator/issues",
                "source": "https://github.com/nette/php-generator/tree/master"
            },
            "time": "2020-06-19T14:31:47+00:00"
        },
        {
            "name": "nette/reflection",
            "version": "v2.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/reflection.git",
                "reference": "b12327e98ead74e87a1315e0d48182a702adf901"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/reflection/zipball/b12327e98ead74e87a1315e0d48182a702adf901",
                "reference": "b12327e98ead74e87a1315e0d48182a702adf901",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "nette/caching": "^2.2 || ^3.0",
                "nette/utils": "^2.4 || ^3.0",
                "php": ">=5.6.0"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/di": "^2.4 || ^3.0",
                "nette/tester": "^2.0",
                "tracy/tracy": "^2.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-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": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "Nette Reflection: docblock annotations parser and common reflection classes",
            "homepage": "https://nette.org",
            "keywords": [
                "annotation",
                "nette",
                "reflection"
            ],
            "support": {
                "issues": "https://github.com/nette/reflection/issues",
                "source": "https://github.com/nette/reflection/tree/master"
            },
            "abandoned": true,
            "time": "2017-07-11T19:28:57+00:00"
        },
        {
            "name": "nette/robot-loader",
            "version": "v2.4.5",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/robot-loader.git",
                "reference": "415369717043250ea5b560682c3f2e8ee412ad06"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/robot-loader/zipball/415369717043250ea5b560682c3f2e8ee412ad06",
                "reference": "415369717043250ea5b560682c3f2e8ee412ad06",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "nette/caching": "~2.2",
                "nette/finder": "~2.3",
                "nette/utils": "~2.4",
                "php": ">=5.6 <8.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/tester": "~2.0",
                "tracy/tracy": "^2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-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": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
            "homepage": "https://nette.org",
            "keywords": [
                "autoload",
                "class",
                "interface",
                "nette",
                "trait"
            ],
            "support": {
                "issues": "https://github.com/nette/robot-loader/issues",
                "source": "https://github.com/nette/robot-loader/tree/v2.4.5"
            },
            "time": "2021-02-02T15:41:11+00:00"
        },
        {
            "name": "nette/safe-stream",
            "version": "v2.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/safe-stream.git",
                "reference": "921bd889860cf697a022642e628d086c9048ca67"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/safe-stream/zipball/921bd889860cf697a022642e628d086c9048ca67",
                "reference": "921bd889860cf697a022642e628d086c9048ca67",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "nette/tester": "^2.0",
                "phpstan/phpstan": "^0.12",
                "tracy/tracy": "^2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/loader.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0-only",
                "GPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "Nette SafeStream: atomic and safe manipulation with files via native PHP functions.",
            "homepage": "https://nette.org",
            "keywords": [
                "atomic",
                "filesystem",
                "nette",
                "safe"
            ],
            "support": {
                "issues": "https://github.com/nette/safe-stream/issues",
                "source": "https://github.com/nette/safe-stream/tree/v2.4.2"
            },
            "time": "2021-06-02T14:42:24+00:00"
        },
        {
            "name": "nette/utils",
            "version": "v2.5.7",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/utils.git",
                "reference": "d272f87cd6491377231702b1ccd920b6e981b713"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/utils/zipball/d272f87cd6491377231702b1ccd920b6e981b713",
                "reference": "d272f87cd6491377231702b1ccd920b6e981b713",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.0"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/tester": "~2.0",
                "tracy/tracy": "^2.3"
            },
            "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-json": "to use Nette\\Utils\\Json",
                "ext-mbstring": "to use Strings::lower() etc...",
                "ext-xml": "to use Strings::length() etc. when mbstring is not available"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ],
                "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": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
            "homepage": "https://nette.org",
            "keywords": [
                "array",
                "core",
                "datetime",
                "images",
                "json",
                "nette",
                "paginator",
                "password",
                "slugify",
                "string",
                "unicode",
                "utf-8",
                "utility",
                "validation"
            ],
            "support": {
                "issues": "https://github.com/nette/utils/issues",
                "source": "https://github.com/nette/utils/tree/v2.5.7"
            },
            "time": "2020-12-13T14:12:17+00:00"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/1.1.4"
            },
            "time": "2021-05-03T11:20:27+00:00"
        },
        {
            "name": "seld/jsonlint",
            "version": "1.8.3",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/jsonlint.git",
                "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
                "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.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"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/jsonlint/issues",
                "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
                    "type": "tidelift"
                }
            ],
            "time": "2020-11-11T09:19:24+00:00"
        },
        {
            "name": "symfony/console",
            "version": "v2.8.52",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
                "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "symfony/debug": "^2.7.2|~3.0.0",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/event-dispatcher": "~2.1|~3.0.0",
                "symfony/process": "~2.1|~3.0.0"
            },
            "suggest": {
                "psr/log-implementation": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/process": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Console\\": ""
                },
                "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 Console Component",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/console/tree/v2.8.52"
            },
            "time": "2018-11-20T15:55:20+00:00"
        },
        {
            "name": "symfony/debug",
            "version": "v3.0.9",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/debug.git",
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "psr/log": "~1.0"
            },
            "conflict": {
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
            },
            "require-dev": {
                "symfony/class-loader": "~2.8|~3.0",
                "symfony/http-kernel": "~2.8|~3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Debug\\": ""
                },
                "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 Debug Component",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/debug/tree/3.0"
            },
            "time": "2016-07-30T07:22:48+00:00"
        },
        {
            "name": "symfony/options-resolver",
            "version": "v2.6.13",
            "target-dir": "Symfony/Component/OptionsResolver",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/options-resolver.git",
                "reference": "31e56594cee489e9a235b852228b0598b52101c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/31e56594cee489e9a235b852228b0598b52101c1",
                "reference": "31e56594cee489e9a235b852228b0598b52101c1",
                "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": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony OptionsResolver Component",
            "homepage": "https://symfony.com",
            "keywords": [
                "config",
                "configuration",
                "options"
            ],
            "support": {
                "source": "https://github.com/symfony/options-resolver/tree/v2.6.11"
            },
            "time": "2015-05-13T11:33:56+00:00"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.23.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
                "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-02-19T12:13:01+00:00"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.23.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
                "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-05-27T09:27:20+00:00"
        },
        {
            "name": "symfony/yaml",
            "version": "v2.8.52",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "02c1859112aa779d9ab394ae4f3381911d84052b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/02c1859112aa779d9ab394ae4f3381911d84052b",
                "reference": "02c1859112aa779d9ab394ae4f3381911d84052b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "symfony/polyfill-ctype": "~1.8"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "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 Yaml Component",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v2.8.52"
            },
            "time": "2018-11-11T11:18:13+00:00"
        },
        {
            "name": "tracy/tracy",
            "version": "v2.6.8",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/tracy.git",
                "reference": "d3bb9f43692df5e3b83ab8004d3e6208034ac0ca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/tracy/zipball/d3bb9f43692df5e3b83ab8004d3e6208034ac0ca",
                "reference": "d3bb9f43692df5e3b83ab8004d3e6208034ac0ca",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-session": "*",
                "php": ">=7.1"
            },
            "require-dev": {
                "nette/di": "^2.4 || ~3.0.0",
                "nette/tester": "^2.2",
                "nette/utils": "^2.4 || ^3.0",
                "psr/log": "^1.0"
            },
            "suggest": {
                "https://nette.org/donate": "Please support Tracy via a donation"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src"
                ],
                "files": [
                    "src/Tracy/shortcuts.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.",
            "homepage": "https://tracy.nette.org",
            "keywords": [
                "Xdebug",
                "debug",
                "debugger",
                "nette",
                "profiler"
            ],
            "support": {
                "issues": "https://github.com/nette/tracy/issues",
                "source": "https://github.com/nette/tracy/tree/v2.6.8"
            },
            "time": "2020-05-17T09:37:45+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=5.2.4"
    },
    "platform-dev": [],
    "plugin-api-version": "2.1.0"
}
