{
    "packages": [
        {
            "name": "adhocore/cli",
            "version": "v1.9.4",
            "version_normalized": "1.9.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/adhocore/php-cli.git",
                "reference": "474dc3d7ab139796be98b104d891476e3916b6f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/adhocore/php-cli/zipball/474dc3d7ab139796be98b104d891476e3916b6f4",
                "reference": "474dc3d7ab139796be98b104d891476e3916b6f4",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "time": "2025-05-11T13:23:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Ahc\\Cli\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jitendra Adhikari",
                    "email": "jiten.adhikary@gmail.com"
                }
            ],
            "description": "Command line interface library for PHP",
            "keywords": [
                "argument-parser",
                "argv-parser",
                "cli",
                "cli-action",
                "cli-app",
                "cli-color",
                "cli-option",
                "cli-writer",
                "command",
                "console",
                "console-app",
                "php-cli",
                "php8",
                "stream-input",
                "stream-output"
            ],
            "support": {
                "issues": "https://github.com/adhocore/php-cli/issues",
                "source": "https://github.com/adhocore/php-cli/tree/v1.9.4"
            },
            "funding": [
                {
                    "url": "https://paypal.me/ji10",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/adhocore",
                    "type": "github"
                }
            ],
            "install-path": "../adhocore/cli"
        },
        {
            "name": "flightphp/core",
            "version": "v3.18.0",
            "version_normalized": "3.18.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/flightphp/core.git",
                "reference": "88d7032928c09b98e65ccd87b7f8a341a40cc3d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flightphp/core/zipball/88d7032928c09b98e65ccd87b7f8a341a40cc3d2",
                "reference": "88d7032928c09b98e65ccd87b7f8a341a40cc3d2",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=7.4"
            },
            "replace": {
                "mikecao/flight": "2.0.2"
            },
            "require-dev": {
                "ext-pdo_sqlite": "*",
                "flightphp/container": "^1.0",
                "flightphp/runway": "^1.2",
                "league/container": "^4.2",
                "level-2/dice": "^4.0",
                "phpstan/extension-installer": "^1.4",
                "phpstan/phpstan": "^2.1",
                "phpunit/phpunit": "^9.6",
                "rregeer/phpunit-coverage-check": "^0.3.1",
                "squizlabs/php_codesniffer": "^3.11"
            },
            "suggest": {
                "latte/latte": "Latte template engine",
                "phpstan/phpstan": "PHP Static Analyzer",
                "tracy/tracy": "Tracy debugger"
            },
            "time": "2026-01-15T01:44:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "flight/autoload.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike Cao",
                    "email": "mike@mikecao.com",
                    "homepage": "http://www.mikecao.com/",
                    "role": "Original Developer"
                },
                {
                    "name": "Franyer Sánchez",
                    "email": "franyeradriansanchez@gmail.com",
                    "homepage": "https://faslatam.42web.io",
                    "role": "Maintainer"
                },
                {
                    "name": "n0nag0n",
                    "email": "n0nag0n@sky-9.com",
                    "role": "Maintainer"
                }
            ],
            "description": "Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications. This is the maintained fork of mikecao/flight",
            "homepage": "http://flightphp.com",
            "support": {
                "issues": "https://github.com/flightphp/core/issues",
                "source": "https://github.com/flightphp/core/tree/v3.18.0"
            },
            "install-path": "../flightphp/core"
        },
        {
            "name": "flightphp/runway",
            "version": "v1.2.6",
            "version_normalized": "1.2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/flightphp/runway.git",
                "reference": "50764ca235349886cc926d7b49b48e3fee55a146"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flightphp/runway/zipball/50764ca235349886cc926d7b49b48e3fee55a146",
                "reference": "50764ca235349886cc926d7b49b48e3fee55a146",
                "shasum": ""
            },
            "require": {
                "adhocore/cli": "^0.9 || ^1.7",
                "nette/php-generator": "^3.1 || ^4.1"
            },
            "require-dev": {
                "flightphp/core": "^3.17",
                "phpstan/extension-installer": "^1.3",
                "phpstan/phpstan": "^1.10",
                "phpunit/phpunit": "^9.5",
                "rregeer/phpunit-coverage-check": "^0.3.1",
                "squizlabs/php_codesniffer": "^3.8"
            },
            "time": "2026-01-15T05:31:38+00:00",
            "bin": [
                "runway"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "flight\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "n0nag0n",
                    "email": "n0nag0n@sky-9.com"
                }
            ],
            "description": "Console app for the Flight PHP Framework.",
            "support": {
                "issues": "https://github.com/flightphp/runway/issues",
                "source": "https://github.com/flightphp/runway/tree/v1.2.6"
            },
            "install-path": "../flightphp/runway"
        },
        {
            "name": "flightphp/tracy-extensions",
            "version": "v0.2.7",
            "version_normalized": "0.2.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/flightphp/tracy-extensions.git",
                "reference": "4150ea7dc9bbb56fa089e7a4662f68011a771256"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flightphp/tracy-extensions/zipball/4150ea7dc9bbb56fa089e7a4662f68011a771256",
                "reference": "4150ea7dc9bbb56fa089e7a4662f68011a771256",
                "shasum": ""
            },
            "require": {
                "flightphp/core": "^3.0",
                "php": ">=8.0",
                "tracy/tracy": "^2.10"
            },
            "require-dev": {
                "ghostff/session": "^2.1"
            },
            "time": "2025-09-03T13:47:57+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "n0nag0n",
                    "email": "n0nag0n@sky-9.com"
                }
            ],
            "description": "A few Flight specific extensions for Tracy Debugger to help debug your code quickly.",
            "support": {
                "issues": "https://github.com/flightphp/tracy-extensions/issues",
                "source": "https://github.com/flightphp/tracy-extensions/tree/v0.2.7"
            },
            "install-path": "../flightphp/tracy-extensions"
        },
        {
            "name": "nette/php-generator",
            "version": "v4.2.2",
            "version_normalized": "4.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/php-generator.git",
                "reference": "0d7060926f5c3e8c488b9b9ced42d857f12a34b5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/php-generator/zipball/0d7060926f5c3e8c488b9b9ced42d857f12a34b5",
                "reference": "0d7060926f5c3e8c488b9b9ced42d857f12a34b5",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^4.0.6",
                "php": "8.1 - 8.5"
            },
            "require-dev": {
                "jetbrains/phpstorm-attributes": "^1.2",
                "nette/phpstan-rules": "^1.0",
                "nette/tester": "^2.6",
                "nikic/php-parser": "^5.0",
                "phpstan/extension-installer": "^1.4@stable",
                "phpstan/phpstan": "^2.1.40@stable",
                "tracy/tracy": "^2.8"
            },
            "suggest": {
                "nikic/php-parser": "to use ClassType::from(withBodies: true) & ClassType::fromCode()"
            },
            "time": "2026-02-26T00:58:33+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nette\\": "src"
                },
                "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.5 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.2.2"
            },
            "install-path": "../nette/php-generator"
        },
        {
            "name": "nette/utils",
            "version": "v4.1.3",
            "version_normalized": "4.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/utils.git",
                "reference": "bb3ea637e3d131d72acc033cfc2746ee893349fe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/utils/zipball/bb3ea637e3d131d72acc033cfc2746ee893349fe",
                "reference": "bb3ea637e3d131d72acc033cfc2746ee893349fe",
                "shasum": ""
            },
            "require": {
                "php": "8.2 - 8.5"
            },
            "conflict": {
                "nette/finder": "<3",
                "nette/schema": "<1.2.2"
            },
            "require-dev": {
                "jetbrains/phpstorm-attributes": "^1.2",
                "nette/phpstan-rules": "^1.0",
                "nette/tester": "^2.5",
                "phpstan/extension-installer": "^1.4@stable",
                "phpstan/phpstan": "^2.1@stable",
                "tracy/tracy": "^2.9"
            },
            "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()"
            },
            "time": "2026-02-13T03:05:33+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nette\\": "src"
                },
                "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/v4.1.3"
            },
            "install-path": "../nette/utils"
        },
        {
            "name": "tracy/tracy",
            "version": "v2.11.3",
            "version_normalized": "2.11.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/tracy.git",
                "reference": "a41a2774c24abbcb0ba31f00a822eb372cf2ac96"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/tracy/zipball/a41a2774c24abbcb0ba31f00a822eb372cf2ac96",
                "reference": "a41a2774c24abbcb0ba31f00a822eb372cf2ac96",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-session": "*",
                "php": "8.2 - 8.5"
            },
            "conflict": {
                "nette/di": "<3.0"
            },
            "require-dev": {
                "latte/latte": "^2.5 || ^3.0",
                "nette/di": "^3.0",
                "nette/http": "^3.0",
                "nette/mail": "^3.0 || ^4.0",
                "nette/phpstan-rules": "^1.0",
                "nette/tester": "^2.6",
                "nette/utils": "^3.0 || ^4.0",
                "phpstan/extension-installer": "^1.4@stable",
                "phpstan/phpstan": "^2.1@stable",
                "psr/log": "^1.0 || ^2.0 || ^3.0"
            },
            "time": "2026-02-25T18:34:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.11-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/Tracy/functions.php"
                ],
                "psr-4": {
                    "Tracy\\": "src"
                },
                "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.11.3"
            },
            "install-path": "../tracy/tracy"
        }
    ],
    "dev": true,
    "dev-package-names": [
        "flightphp/tracy-extensions"
    ]
}
