%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/varak.net/losik.varak.net/
Upload File :
Create Path :
Current File : //www/varak.net/losik.varak.net/composer.lock

{
    "_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": "27e7c540239678e83dfb893e4188419d",
    "packages": [
        {
            "name": "dibi/dibi",
            "version": "v4.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/dg/dibi.git",
                "reference": "7fa05f381b23fdc59af98caeb03b1ae8ed1e03ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dg/dibi/zipball/7fa05f381b23fdc59af98caeb03b1ae8ed1e03ed",
                "reference": "7fa05f381b23fdc59af98caeb03b1ae8ed1e03ed",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "replace": {
                "dg/dibi": "*"
            },
            "require-dev": {
                "nette/di": "^3.0",
                "nette/tester": "~2.0",
                "phpstan/phpstan": "^0.12",
                "tracy/tracy": "~2.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.2-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"
                }
            ],
            "description": "Dibi is Database Abstraction Library for PHP",
            "homepage": "https://dibiphp.com",
            "keywords": [
                "access",
                "database",
                "dbal",
                "mssql",
                "mysql",
                "odbc",
                "oracle",
                "pdo",
                "postgresql",
                "sqlite",
                "sqlsrv"
            ],
            "support": {
                "issues": "https://github.com/dg/dibi/issues",
                "source": "https://github.com/dg/dibi/tree/v4.2.7"
            },
            "time": "2022-11-18T03:40:51+00:00"
        },
        {
            "name": "latte/latte",
            "version": "v2.11.6",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/latte.git",
                "reference": "af4dbb23a6044b1cf4904830a9b00246318c93d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/latte/zipball/af4dbb23a6044b1cf4904830a9b00246318c93d4",
                "reference": "af4dbb23a6044b1cf4904830a9b00246318c93d4",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-tokenizer": "*",
                "php": ">=7.1 <8.3"
            },
            "conflict": {
                "nette/application": "<2.4.1"
            },
            "require-dev": {
                "nette/php-generator": "^3.3.4",
                "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"
            },
            "bin": [
                "bin/latte-lint"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.11-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": "☕ 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/v2.11.6"
            },
            "time": "2022-11-04T14:53:52+00:00"
        },
        {
            "name": "nette/application",
            "version": "v3.1.11",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-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 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"
            },
            "time": "2023-04-28T10:09:21+00:00"
        },
        {
            "name": "nette/bootstrap",
            "version": "v3.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/bootstrap.git",
                "reference": "1a7965b4ee401ad0e3f673b9c016d2481afdc280"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/bootstrap/zipball/1a7965b4ee401ad0e3f673b9c016d2481afdc280",
                "reference": "1a7965b4ee401ad0e3f673b9c016d2481afdc280",
                "shasum": ""
            },
            "require": {
                "nette/di": "^3.0.5",
                "nette/utils": "^3.2.1 || ^4.0",
                "php": ">=7.2 <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.0",
                "phpstan/phpstan-nette": "^0.12",
                "tracy/tracy": "^2.6"
            },
            "suggest": {
                "nette/robot-loader": "to use Configurator::createRobotLoader()",
                "tracy/tracy": "to use Configurator::enableTracy()"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-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 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.1.4"
            },
            "time": "2022-12-14T15:23:02+00:00"
        },
        {
            "name": "nette/caching",
            "version": "v3.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/caching.git",
                "reference": "e1e38105956bb631e2295ef7a2fdef83485238e9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/caching/zipball/e1e38105956bb631e2295ef7a2fdef83485238e9",
                "reference": "e1e38105956bb631e2295ef7a2fdef83485238e9",
                "shasum": ""
            },
            "require": {
                "nette/finder": "^2.4 || ^3.0",
                "nette/utils": "^2.4 || ^3.0",
                "php": ">=7.2 <8.3"
            },
            "require-dev": {
                "latte/latte": "^2.11 || ^3.0",
                "nette/di": "^v3.0",
                "nette/tester": "^2.0",
                "phpstan/phpstan": "^0.12",
                "tracy/tracy": "^2.4"
            },
            "suggest": {
                "ext-pdo_sqlite": "to use SQLiteStorage or SQLiteJournal"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-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 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/v3.1.4"
            },
            "time": "2022-10-18T23:27:44+00:00"
        },
        {
            "name": "nette/component-model",
            "version": "v3.0.3",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-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 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"
            },
            "time": "2023-01-09T20:16:05+00:00"
        },
        {
            "name": "nette/database",
            "version": "v3.1.7",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/database.git",
                "reference": "1c37d95647429560c5a3df595f2159451825665e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/database/zipball/1c37d95647429560c5a3df595f2159451825665e",
                "reference": "1c37d95647429560c5a3df595f2159451825665e",
                "shasum": ""
            },
            "require": {
                "ext-pdo": "*",
                "nette/caching": "^3.0",
                "nette/utils": "^3.2.1 || ~4.0.0",
                "php": ">=7.2 <8.3"
            },
            "conflict": {
                "nette/di": "<3.0-stable"
            },
            "require-dev": {
                "mockery/mockery": "^1.3.4",
                "nette/di": "^v3.0",
                "nette/tester": "^2.4",
                "phpstan/phpstan-nette": "^0.12",
                "tracy/tracy": "^2.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-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 Database: layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.",
            "homepage": "https://nette.org",
            "keywords": [
                "database",
                "mssql",
                "mysql",
                "nette",
                "notorm",
                "oracle",
                "pdo",
                "postgresql",
                "queries",
                "sqlite"
            ],
            "support": {
                "issues": "https://github.com/nette/database/issues",
                "source": "https://github.com/nette/database/tree/v3.1.7"
            },
            "time": "2023-01-13T00:24:20+00:00"
        },
        {
            "name": "nette/di",
            "version": "v3.1.2",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-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 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"
            },
            "time": "2023-03-13T14:03:15+00:00"
        },
        {
            "name": "nette/finder",
            "version": "v2.6.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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-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 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"
            },
            "time": "2022-10-13T01:31:15+00:00"
        },
        {
            "name": "nette/forms",
            "version": "v3.1.11",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/forms.git",
                "reference": "64cdc2d6796a8fe1265bb21a6ee5e9ff93e2b3a4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/forms/zipball/64cdc2d6796a8fe1265bb21a6ee5e9ff93e2b3a4",
                "reference": "64cdc2d6796a8fe1265bb21a6ee5e9ff93e2b3a4",
                "shasum": ""
            },
            "require": {
                "nette/component-model": "^3.0",
                "nette/http": "^3.1",
                "nette/utils": "^3.2.5 || ~4.0.0",
                "php": ">=7.2 <8.3"
            },
            "conflict": {
                "latte/latte": ">=3.1"
            },
            "require-dev": {
                "latte/latte": "^2.10.2 || ^3.0.3",
                "nette/application": "^3.0",
                "nette/di": "^3.0",
                "nette/tester": "^2.4",
                "phpstan/phpstan-nette": "^1",
                "tracy/tracy": "^2.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-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 Forms: generating, validating and processing secure forms in PHP. Handy API, fully customizable, server & client side validation and mature design.",
            "homepage": "https://nette.org",
            "keywords": [
                "Forms",
                "bootstrap",
                "csrf",
                "javascript",
                "nette",
                "validation"
            ],
            "support": {
                "issues": "https://github.com/nette/forms/issues",
                "source": "https://github.com/nette/forms/tree/v3.1.11"
            },
            "time": "2023-03-08T23:56:24+00:00"
        },
        {
            "name": "nette/http",
            "version": "v3.2.2",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-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 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"
            },
            "time": "2023-03-18T14:55:56+00:00"
        },
        {
            "name": "nette/mail",
            "version": "v3.1.10",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/mail.git",
                "reference": "23380ff0220c7a595d21253ac9ea64e32a1869c7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/mail/zipball/23380ff0220c7a595d21253ac9ea64e32a1869c7",
                "reference": "23380ff0220c7a595d21253ac9ea64e32a1869c7",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "nette/utils": "^3.1 || ~4.0.0",
                "php": ">=7.1 <8.3"
            },
            "conflict": {
                "nette/di": "<3.0-stable"
            },
            "require-dev": {
                "nette/di": "^3.0.0",
                "nette/tester": "^2.0",
                "phpstan/phpstan-nette": "^0.12",
                "tracy/tracy": "^2.4"
            },
            "suggest": {
                "ext-fileinfo": "to detect type of attached files",
                "ext-openssl": "to use Nette\\Mail\\DkimSigner"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-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 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/v3.1.10"
            },
            "time": "2023-01-18T05:42:31+00:00"
        },
        {
            "name": "nette/neon",
            "version": "v3.3.3",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/neon.git",
                "reference": "22e384da162fab42961d48eb06c06d3ad0c11b95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/neon/zipball/22e384da162fab42961d48eb06c06d3ad0c11b95",
                "reference": "22e384da162fab42961d48eb06c06d3ad0c11b95",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=7.1"
            },
            "require-dev": {
                "nette/tester": "^2.0",
                "phpstan/phpstan": "^0.12",
                "tracy/tracy": "^2.7"
            },
            "bin": [
                "bin/neon-lint"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3-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 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.3.3"
            },
            "time": "2022-03-10T02:04:26+00:00"
        },
        {
            "name": "nette/nette",
            "version": "v3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/nette.git",
                "reference": "ebf61d1b3cc8bc0145a44257961818c680fd07bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/nette/zipball/ebf61d1b3cc8bc0145a44257961818c680fd07bc",
                "reference": "ebf61d1b3cc8bc0145a44257961818c680fd07bc",
                "shasum": ""
            },
            "require": {
                "latte/latte": "^2.10 || ^3.0",
                "nette/application": "^3.1",
                "nette/bootstrap": "^3.1",
                "nette/caching": "^3.1",
                "nette/database": "^3.1",
                "nette/di": "^3.1",
                "nette/finder": "^2.6 || ^3.0",
                "nette/forms": "^3.1",
                "nette/http": "^3.2",
                "nette/mail": "^3.1",
                "nette/php-generator": "^3.6 || ^4.0",
                "nette/robot-loader": "^3.4 || ^4.0",
                "nette/safe-stream": "^2.5 || ^3.0",
                "nette/security": "^3.1",
                "nette/tokenizer": "^3.1",
                "nette/utils": "^3.2 || ^4.0",
                "tracy/tracy": "^2.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "Nette/"
                ]
            },
            "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 Framework - innovative framework for fast and easy development of secured web applications in PHP (metapackage)",
            "homepage": "https://nette.org",
            "keywords": [
                "framework",
                "metapackage",
                "mvc"
            ],
            "support": {
                "issues": "https://github.com/nette/nette/issues",
                "source": "https://github.com/nette/nette/tree/v3.2.0"
            },
            "time": "2023-02-04T02:05:00+00:00"
        },
        {
            "name": "nette/php-generator",
            "version": "v3.6.9",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/php-generator.git",
                "reference": "d31782f7bd2ae84ad06f863391ec3fb77ca4d0a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/php-generator/zipball/d31782f7bd2ae84ad06f863391ec3fb77ca4d0a6",
                "reference": "d31782f7bd2ae84ad06f863391ec3fb77ca4d0a6",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^3.1.2",
                "php": ">=7.2 <8.3"
            },
            "require-dev": {
                "nette/tester": "^2.4",
                "nikic/php-parser": "^4.13",
                "phpstan/phpstan": "^0.12",
                "tracy/tracy": "^2.8"
            },
            "suggest": {
                "nikic/php-parser": "to use ClassType::withBodiesFrom() & GlobalFunction::withBodyFrom()"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.6-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 8.1 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/v3.6.9"
            },
            "time": "2022-10-04T11:49:47+00:00"
        },
        {
            "name": "nette/robot-loader",
            "version": "v3.4.2",
            "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"
            },
            "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 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"
            },
            "time": "2022-12-14T15:41:06+00:00"
        },
        {
            "name": "nette/routing",
            "version": "v3.0.4",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-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 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"
            },
            "time": "2023-01-18T04:58:41+00:00"
        },
        {
            "name": "nette/safe-stream",
            "version": "v2.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/safe-stream.git",
                "reference": "96c57055927d0f2b4d0fe545896a7a0335adbeb5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/safe-stream/zipball/96c57055927d0f2b4d0fe545896a7a0335adbeb5",
                "reference": "96c57055927d0f2b4d0fe545896a7a0335adbeb5",
                "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.5-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: provides isolation for thread safe manipulation with files via native PHP functions.",
            "homepage": "https://nette.org",
            "keywords": [
                "atomic",
                "filesystem",
                "isolation",
                "nette",
                "safe",
                "thread safe"
            ],
            "support": {
                "issues": "https://github.com/nette/safe-stream/issues",
                "source": "https://github.com/nette/safe-stream/tree/v2.5.1"
            },
            "time": "2022-12-12T17:17:33+00:00"
        },
        {
            "name": "nette/schema",
            "version": "v1.2.3",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-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 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"
            },
            "time": "2022-10-13T01:24:26+00:00"
        },
        {
            "name": "nette/security",
            "version": "v3.1.7",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/security.git",
                "reference": "4c5f0435fe8534ba5a7e2eac595b8a777cc7fff1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/security/zipball/4c5f0435fe8534ba5a7e2eac595b8a777cc7fff1",
                "reference": "4c5f0435fe8534ba5a7e2eac595b8a777cc7fff1",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^3.2.1 || ~4.0.0",
                "php": ">=7.2 <8.3"
            },
            "conflict": {
                "nette/di": "<3.0-stable",
                "nette/http": "<3.1.3"
            },
            "require-dev": {
                "mockery/mockery": "^1.3.6",
                "nette/di": "^3.0.1",
                "nette/http": "^3.0.0",
                "nette/tester": "^2.0",
                "phpstan/phpstan-nette": "^1.0",
                "tracy/tracy": "^2.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-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 Security: provides authentication, authorization and a role-based access control management via ACL (Access Control List)",
            "homepage": "https://nette.org",
            "keywords": [
                "Authentication",
                "acl",
                "authorization",
                "nette"
            ],
            "support": {
                "issues": "https://github.com/nette/security/issues",
                "source": "https://github.com/nette/security/tree/v3.1.7"
            },
            "time": "2023-01-18T05:37:48+00:00"
        },
        {
            "name": "nette/tokenizer",
            "version": "v3.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/tokenizer.git",
                "reference": "370c5e4e2e10eb4d3e406d3a90526f821de98190"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/tokenizer/zipball/370c5e4e2e10eb4d3e406d3a90526f821de98190",
                "reference": "370c5e4e2e10eb4d3e406d3a90526f821de98190",
                "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": "3.0-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 Tokenizer",
            "homepage": "https://nette.org",
            "support": {
                "source": "https://github.com/nette/tokenizer/tree/v3.1.1"
            },
            "abandoned": true,
            "time": "2022-02-09T22:28:54+00:00"
        },
        {
            "name": "nette/utils",
            "version": "v3.2.9",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-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 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"
            },
            "time": "2023-01-18T03:26:20+00:00"
        },
        {
            "name": "phpoffice/phpspreadsheet",
            "version": "1.0.0-beta",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
                "reference": "7d4dc74fc6219739f1b6e0a7a2f87fdbf33c6ca5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/7d4dc74fc6219739f1b6e0a7a2f87fdbf33c6ca5",
                "reference": "7d4dc74fc6219739f1b6e0a7a2f87fdbf33c6ca5",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "ext-mbstring": "*",
                "ext-xml": "*",
                "ext-xmlwriter": "*",
                "ext-zip": "*",
                "php": "^5.6|^7.0",
                "psr/simple-cache": "^1.0"
            },
            "require-dev": {
                "dompdf/dompdf": "^0.8.0",
                "friendsofphp/php-cs-fixer": "^2.0",
                "mpdf/mpdf": "^6.1",
                "phpunit/phpunit": "^5.7",
                "squizlabs/php_codesniffer": "^2.7",
                "tecnickcom/tcpdf": "^6.2"
            },
            "suggest": {
                "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
                "ext-dom": "Option to read and write HTML files",
                "ext-gd": "Required for exact column width autocalculation",
                "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
                "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
                "tecnick.com/tcpdf": "Option for rendering PDF with PDF Writer"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Maarten Balliauw",
                    "homepage": "http://blog.maartenballiauw.be"
                },
                {
                    "name": "Erik Tilt"
                },
                {
                    "name": "Franck Lefevre",
                    "homepage": "http://rootslabs.net"
                },
                {
                    "name": "Mark Baker",
                    "homepage": "http://markbakeruk.net"
                }
            ],
            "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
            "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
            "keywords": [
                "OpenXML",
                "excel",
                "gnumeric",
                "ods",
                "php",
                "spreadsheet",
                "xls",
                "xlsx"
            ],
            "time": "2017-08-17T13:17:23+00:00"
        },
        {
            "name": "psr/simple-cache",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/simple-cache.git",
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\SimpleCache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for simple caching",
            "keywords": [
                "cache",
                "caching",
                "psr",
                "psr-16",
                "simple-cache"
            ],
            "time": "2017-01-02T13:31:39+00:00"
        },
        {
            "name": "tracy/tracy",
            "version": "v2.9.7",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/tracy.git",
                "reference": "1c6e9b5bad030fdf49194154c9674201fa6372bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/tracy/zipball/1c6e9b5bad030fdf49194154c9674201fa6372bb",
                "reference": "1c6e9b5bad030fdf49194154c9674201fa6372bb",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-session": "*",
                "php": ">=7.2 <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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.9-dev"
                }
            },
            "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.9.7"
            },
            "time": "2023-02-28T13:01:54+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "phpoffice/phpspreadsheet": 10
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "plugin-api-version": "2.3.0"
}

Zerion Mini Shell 1.0