{
    "packages": [
        {
            "name": "latte/latte",
            "version": "v3.0.6",
            "version_normalized": "3.0.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/latte.git",
                "reference": "6f66dcfea7ad76f60b8234139161421e9e1e309f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/latte/zipball/6f66dcfea7ad76f60b8234139161421e9e1e309f",
                "reference": "6f66dcfea7ad76f60b8234139161421e9e1e309f",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-tokenizer": "*",
                "php": ">=8.0 <8.3"
            },
            "conflict": {
                "nette/application": "<3.1.7",
                "nette/caching": "<3.1.4"
            },
            "require-dev": {
                "nette/php-generator": "^3.6 || ^4.0",
                "nette/tester": "^2.0",
                "nette/utils": "^3.0",
                "phpstan/phpstan": "^1",
                "tracy/tracy": "^2.3"
            },
            "suggest": {
                "ext-fileinfo": "to use filter |datastream",
                "ext-iconv": "to use filters |reverse, |substring",
                "ext-mbstring": "to use filters like lower, upper, capitalize, ...",
                "nette/php-generator": "to use tag {templatePrint}",
                "nette/utils": "to use filter |webalize"
            },
            "time": "2023-03-09T01:34:56+00:00",
            "bin": [
                "bin/latte-lint"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "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": "☕ Latte: the intuitive and fast template engine for those who want the most secure PHP sites. Introduces context-sensitive escaping.",
            "homepage": "https://latte.nette.org",
            "keywords": [
                "context-sensitive",
                "engine",
                "escaping",
                "html",
                "nette",
                "security",
                "template",
                "twig"
            ],
            "support": {
                "issues": "https://github.com/nette/latte/issues",
                "source": "https://github.com/nette/latte/tree/v3.0.6"
            },
            "install-path": "../latte/latte"
        },
        {
            "name": "nette/application",
            "version": "v3.1.11",
            "version_normalized": "3.1.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/application.git",
                "reference": "b03bd4971b03e3fa582ac40ea429446cd00788bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/application/zipball/b03bd4971b03e3fa582ac40ea429446cd00788bb",
                "reference": "b03bd4971b03e3fa582ac40ea429446cd00788bb",
                "shasum": ""
            },
            "require": {
                "nette/component-model": "^3.0",
                "nette/http": "^3.0.2",
                "nette/routing": "^3.0.2",
                "nette/utils": "^3.2.1 || ~4.0.0",
                "php": ">=7.2"
            },
            "conflict": {
                "latte/latte": "<2.7.1 || >=3.0.0 <3.0.5 || >=3.1",
                "nette/caching": "<3.1",
                "nette/di": "<3.0.7",
                "nette/forms": "<3.0",
                "nette/schema": "<1.2",
                "tracy/tracy": "<2.5"
            },
            "require-dev": {
                "jetbrains/phpstorm-attributes": "dev-master",
                "latte/latte": "^2.10.2 || ^3.0.3",
                "mockery/mockery": "^1.0",
                "nette/di": "^v3.0",
                "nette/forms": "^3.0",
                "nette/robot-loader": "^3.2",
                "nette/security": "^3.0",
                "nette/tester": "^2.3.1",
                "phpstan/phpstan-nette": "^0.12",
                "tracy/tracy": "^2.6"
            },
            "suggest": {
                "latte/latte": "Allows using Latte in templates",
                "nette/forms": "Allows to use Nette\\Application\\UI\\Form"
            },
            "time": "2023-04-28T10:09:21+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "installation-source": "dist",
            "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 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/v3.1.11"
            },
            "install-path": "../nette/application"
        },
        {
            "name": "nette/bootstrap",
            "version": "v3.2.0",
            "version_normalized": "3.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/bootstrap.git",
                "reference": "7fde23cc8a8cf97d545baf0ad7f8cd47c73feb17"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/bootstrap/zipball/7fde23cc8a8cf97d545baf0ad7f8cd47c73feb17",
                "reference": "7fde23cc8a8cf97d545baf0ad7f8cd47c73feb17",
                "shasum": ""
            },
            "require": {
                "nette/di": "^3.1",
                "nette/utils": "^3.2.1 || ^4.0",
                "php": ">=8.0 <8.3"
            },
            "conflict": {
                "tracy/tracy": "<2.6"
            },
            "require-dev": {
                "latte/latte": "^2.8",
                "nette/application": "^3.1",
                "nette/caching": "^3.0",
                "nette/database": "^3.0",
                "nette/forms": "^3.0",
                "nette/http": "^3.0",
                "nette/mail": "^3.0",
                "nette/robot-loader": "^3.0",
                "nette/safe-stream": "^2.2",
                "nette/security": "^3.0",
                "nette/tester": "^2.4",
                "phpstan/phpstan-nette": "^1.0",
                "tracy/tracy": "^2.9"
            },
            "suggest": {
                "nette/robot-loader": "to use Configurator::createRobotLoader()",
                "tracy/tracy": "to use Configurator::enableTracy()"
            },
            "time": "2023-01-13T04:09:35+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "installation-source": "dist",
            "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 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/v3.2.0"
            },
            "install-path": "../nette/bootstrap"
        },
        {
            "name": "nette/component-model",
            "version": "v3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/component-model.git",
                "reference": "9d97c0e1916bbf8e306283ab187834501fd4b1f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/component-model/zipball/9d97c0e1916bbf8e306283ab187834501fd4b1f5",
                "reference": "9d97c0e1916bbf8e306283ab187834501fd4b1f5",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^2.5 || ^3.0 || ~4.0.0",
                "php": ">=7.1"
            },
            "require-dev": {
                "nette/tester": "^2.0",
                "phpstan/phpstan": "^0.12",
                "tracy/tracy": "^2.3"
            },
            "time": "2023-01-09T20:16:05+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "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 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/v3.0.3"
            },
            "install-path": "../nette/component-model"
        },
        {
            "name": "nette/di",
            "version": "v3.1.2",
            "version_normalized": "3.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/di.git",
                "reference": "355cefbd71011a76b670fda3340d612a6944f972"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/di/zipball/355cefbd71011a76b670fda3340d612a6944f972",
                "reference": "355cefbd71011a76b670fda3340d612a6944f972",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "nette/neon": "^3.3 || ^4.0",
                "nette/php-generator": "^3.5.4 || ^4.0",
                "nette/robot-loader": "^3.2 || ~4.0.0",
                "nette/schema": "^1.2",
                "nette/utils": "^3.2.5 || ~4.0.0",
                "php": ">=7.2 <8.3"
            },
            "require-dev": {
                "nette/tester": "^2.4",
                "phpstan/phpstan": "^1.0",
                "tracy/tracy": "^2.9"
            },
            "time": "2023-03-13T14:03:15+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "installation-source": "dist",
            "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 Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 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/v3.1.2"
            },
            "install-path": "../nette/di"
        },
        {
            "name": "nette/finder",
            "version": "v2.6.0",
            "version_normalized": "2.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/finder.git",
                "reference": "991aefb42860abeab8e003970c3809a9d83cb932"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/finder/zipball/991aefb42860abeab8e003970c3809a9d83cb932",
                "reference": "991aefb42860abeab8e003970c3809a9d83cb932",
                "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"
            },
            "time": "2022-10-13T01:31:15+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev"
                }
            },
            "installation-source": "dist",
            "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 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.6.0"
            },
            "install-path": "../nette/finder"
        },
        {
            "name": "nette/http",
            "version": "v3.2.2",
            "version_normalized": "3.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/http.git",
                "reference": "9105c26de3dd47da5e7cf6b4132b5d871f835e25"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/http/zipball/9105c26de3dd47da5e7cf6b4132b5d871f835e25",
                "reference": "9105c26de3dd47da5e7cf6b4132b5d871f835e25",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^3.2.1 || ~4.0.0",
                "php": ">=7.2 <8.3"
            },
            "conflict": {
                "nette/di": "<3.0.3",
                "nette/schema": "<1.2"
            },
            "require-dev": {
                "nette/di": "^3.0",
                "nette/security": "^3.0",
                "nette/tester": "^2.4",
                "phpstan/phpstan": "^1.0",
                "tracy/tracy": "^2.8"
            },
            "suggest": {
                "ext-fileinfo": "to detect type of uploaded files"
            },
            "time": "2023-03-18T14:55:56+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "installation-source": "dist",
            "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 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/v3.2.2"
            },
            "install-path": "../nette/http"
        },
        {
            "name": "nette/neon",
            "version": "v3.4.0",
            "version_normalized": "3.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/neon.git",
                "reference": "372d945c156ee7f35c953339fb164538339e6283"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/neon/zipball/372d945c156ee7f35c953339fb164538339e6283",
                "reference": "372d945c156ee7f35c953339fb164538339e6283",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=8.0 <8.3"
            },
            "require-dev": {
                "nette/tester": "^2.4",
                "phpstan/phpstan": "^1.0",
                "tracy/tracy": "^2.7"
            },
            "time": "2023-01-13T03:08:29+00:00",
            "bin": [
                "bin/neon-lint"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.4-dev"
                }
            },
            "installation-source": "dist",
            "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 NEON: encodes and decodes NEON file format.",
            "homepage": "https://ne-on.org",
            "keywords": [
                "export",
                "import",
                "neon",
                "nette",
                "yaml"
            ],
            "support": {
                "issues": "https://github.com/nette/neon/issues",
                "source": "https://github.com/nette/neon/tree/v3.4.0"
            },
            "install-path": "../nette/neon"
        },
        {
            "name": "nette/php-generator",
            "version": "v4.0.7",
            "version_normalized": "4.0.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/php-generator.git",
                "reference": "de1843fbb692125e307937c85d43937d0dc0c1d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/php-generator/zipball/de1843fbb692125e307937c85d43937d0dc0c1d4",
                "reference": "de1843fbb692125e307937c85d43937d0dc0c1d4",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^3.2.9 || ^4.0",
                "php": ">=8.0 <8.3"
            },
            "require-dev": {
                "jetbrains/phpstorm-attributes": "dev-master",
                "nette/tester": "^2.4",
                "nikic/php-parser": "^4.15",
                "phpstan/phpstan": "^1.0",
                "tracy/tracy": "^2.8"
            },
            "suggest": {
                "nikic/php-parser": "to use ClassType::from(withBodies: true) & ClassType::fromCode()"
            },
            "time": "2023-04-26T15:09:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "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 8.2 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/v4.0.7"
            },
            "install-path": "../nette/php-generator"
        },
        {
            "name": "nette/robot-loader",
            "version": "v3.4.2",
            "version_normalized": "3.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/robot-loader.git",
                "reference": "970c8f82be98ec54180c88a468cd2b057855d993"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/robot-loader/zipball/970c8f82be98ec54180c88a468cd2b057855d993",
                "reference": "970c8f82be98ec54180c88a468cd2b057855d993",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "nette/finder": "^2.5 || ^3.0",
                "nette/utils": "^3.0",
                "php": ">=7.1"
            },
            "require-dev": {
                "nette/tester": "^2.0",
                "phpstan/phpstan": "^0.12",
                "tracy/tracy": "^2.3"
            },
            "time": "2022-12-14T15:41:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.4-dev"
                }
            },
            "installation-source": "dist",
            "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 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/v3.4.2"
            },
            "install-path": "../nette/robot-loader"
        },
        {
            "name": "nette/routing",
            "version": "v3.0.4",
            "version_normalized": "3.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/routing.git",
                "reference": "eaefe6375303799366f3e43977daaf33f5f89b95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/routing/zipball/eaefe6375303799366f3e43977daaf33f5f89b95",
                "reference": "eaefe6375303799366f3e43977daaf33f5f89b95",
                "shasum": ""
            },
            "require": {
                "nette/http": "^3.0 || ~4.0.0",
                "nette/utils": "^3.0 || ~4.0.0",
                "php": ">=7.1"
            },
            "require-dev": {
                "nette/tester": "^2.0",
                "phpstan/phpstan": "^1",
                "tracy/tracy": "^2.3"
            },
            "time": "2023-01-18T04:58:41+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "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 Routing: two-ways URL conversion",
            "homepage": "https://nette.org",
            "keywords": [
                "nette"
            ],
            "support": {
                "issues": "https://github.com/nette/routing/issues",
                "source": "https://github.com/nette/routing/tree/v3.0.4"
            },
            "install-path": "../nette/routing"
        },
        {
            "name": "nette/schema",
            "version": "v1.2.3",
            "version_normalized": "1.2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/schema.git",
                "reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/schema/zipball/abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
                "reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^2.5.7 || ^3.1.5 ||  ^4.0",
                "php": ">=7.1 <8.3"
            },
            "require-dev": {
                "nette/tester": "^2.3 || ^2.4",
                "phpstan/phpstan-nette": "^1.0",
                "tracy/tracy": "^2.7"
            },
            "time": "2022-10-13T01:24:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "installation-source": "dist",
            "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 Schema: validating data structures against a given Schema.",
            "homepage": "https://nette.org",
            "keywords": [
                "config",
                "nette"
            ],
            "support": {
                "issues": "https://github.com/nette/schema/issues",
                "source": "https://github.com/nette/schema/tree/v1.2.3"
            },
            "install-path": "../nette/schema"
        },
        {
            "name": "nette/utils",
            "version": "v3.2.9",
            "version_normalized": "3.2.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/utils.git",
                "reference": "c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/utils/zipball/c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c",
                "reference": "c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2 <8.3"
            },
            "conflict": {
                "nette/di": "<3.0.6"
            },
            "require-dev": {
                "jetbrains/phpstorm-attributes": "dev-master",
                "nette/tester": "~2.0",
                "phpstan/phpstan": "^1.0",
                "tracy/tracy": "^2.3"
            },
            "suggest": {
                "ext-gd": "to use Image",
                "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
                "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
                "ext-json": "to use Nette\\Utils\\Json",
                "ext-mbstring": "to use Strings::lower() etc...",
                "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
                "ext-xml": "to use Strings::length() etc. when mbstring is not available"
            },
            "time": "2023-01-18T03:26:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "installation-source": "dist",
            "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 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/v3.2.9"
            },
            "install-path": "../nette/utils"
        },
        {
            "name": "tracy/tracy",
            "version": "v2.10.2",
            "version_normalized": "2.10.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/tracy.git",
                "reference": "882fee7cf4258a602ad4a37461e837ed2ca1406b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/tracy/zipball/882fee7cf4258a602ad4a37461e837ed2ca1406b",
                "reference": "882fee7cf4258a602ad4a37461e837ed2ca1406b",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-session": "*",
                "php": ">=8.0 <8.3"
            },
            "conflict": {
                "nette/di": "<3.0"
            },
            "require-dev": {
                "latte/latte": "^2.5",
                "nette/di": "^3.0",
                "nette/mail": "^3.0",
                "nette/tester": "^2.2",
                "nette/utils": "^3.0",
                "phpstan/phpstan": "^1.0",
                "psr/log": "^1.0 || ^2.0 || ^3.0"
            },
            "time": "2023-03-29T12:34:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.10-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/Tracy/functions.php"
                ],
                "classmap": [
                    "src"
                ]
            },
            "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.10.2"
            },
            "install-path": "../tracy/tracy"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
