Skip to content
composer.lock 187 KiB
Newer Older
JulienSchneider's avatar
JulienSchneider committed
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
            "keywords": [
                "PCRE",
                "preg",
                "regex",
                "regular expression"
            ],
            "support": {
                "issues": "https://github.com/composer/pcre/issues",
Hugo Renard's avatar
Hugo Renard committed
                "source": "https://github.com/composer/pcre/tree/3.1.1"
JulienSchneider's avatar
JulienSchneider committed
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
Hugo Renard's avatar
Hugo Renard committed
            "time": "2023-10-11T07:11:09+00:00"
JulienSchneider's avatar
JulienSchneider committed
        },
        {
            "name": "composer/semver",
            "version": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "1d09200268e7d1052ded8e5da9c73c96a63d18f5"
JulienSchneider's avatar
JulienSchneider committed
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/composer/semver/zipball/1d09200268e7d1052ded8e5da9c73c96a63d18f5",
                "reference": "1d09200268e7d1052ded8e5da9c73c96a63d18f5",
JulienSchneider's avatar
JulienSchneider committed
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.4",
                "symfony/phpunit-bridge": "^4.2 || ^5"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Semver\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
            "keywords": [
                "semantic",
                "semver",
                "validation",
                "versioning"
            ],
            "support": {
                "irc": "ircs://irc.libera.chat:6697/composer",
                "issues": "https://github.com/composer/semver/issues",
                "source": "https://github.com/composer/semver/tree/main"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
Hugo Renard's avatar
Hugo Renard committed
            "time": "2023-08-31T12:20:31+00:00"
JulienSchneider's avatar
JulienSchneider committed
        },
        {
            "name": "composer/xdebug-handler",
            "version": "3.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/xdebug-handler.git",
                "reference": "ced299686f41dce890debac69273b47ffe98a40c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
                "reference": "ced299686f41dce890debac69273b47ffe98a40c",
                "shasum": ""
            },
            "require": {
                "composer/pcre": "^1 || ^2 || ^3",
                "php": "^7.2.5 || ^8.0",
                "psr/log": "^1 || ^2 || ^3"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.0",
                "phpstan/phpstan-strict-rules": "^1.1",
                "symfony/phpunit-bridge": "^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Composer\\XdebugHandler\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "John Stevenson",
                    "email": "john-stevenson@blueyonder.co.uk"
                }
            ],
            "description": "Restarts a process without Xdebug.",
            "keywords": [
                "Xdebug",
                "performance"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/xdebug-handler/issues",
                "source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2022-02-25T21:32:43+00:00"
        },
        {
            "name": "dnoegel/php-xdg-base-dir",
            "version": "v0.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
                "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
                "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "XdgBaseDir\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "implementation of xdg base directory specification for php",
            "support": {
                "issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
                "source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
            },
            "time": "2019-12-04T15:06:13+00:00"
        },
        {
Hugo Renard's avatar
Hugo Renard committed
            "name": "doctrine/deprecations",
            "version": "1.1.x-dev",
JulienSchneider's avatar
JulienSchneider committed
            "source": {
                "type": "git",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://github.com/doctrine/deprecations.git",
                "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
JulienSchneider's avatar
JulienSchneider committed
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
                "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
JulienSchneider's avatar
JulienSchneider committed
                "shasum": ""
            },
            "require": {
Hugo Renard's avatar
Hugo Renard committed
                "php": "^7.1 || ^8.0"
JulienSchneider's avatar
JulienSchneider committed
            },
            "require-dev": {
Hugo Renard's avatar
Hugo Renard committed
                "doctrine/coding-standard": "^9",
                "phpstan/phpstan": "1.4.10 || 1.10.15",
                "phpstan/phpstan-phpunit": "^1.0",
JulienSchneider's avatar
JulienSchneider committed
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
Hugo Renard's avatar
Hugo Renard committed
                "psalm/plugin-phpunit": "0.18.4",
                "psr/log": "^1 || ^2 || ^3",
                "vimeo/psalm": "4.30.0 || 5.12.0"
JulienSchneider's avatar
JulienSchneider committed
            },
            "suggest": {
Hugo Renard's avatar
Hugo Renard committed
                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
JulienSchneider's avatar
JulienSchneider committed
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "psr-4": {
Hugo Renard's avatar
Hugo Renard committed
                    "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
JulienSchneider's avatar
JulienSchneider committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
Hugo Renard's avatar
Hugo Renard committed
            "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
            "homepage": "https://www.doctrine-project.org/",
JulienSchneider's avatar
JulienSchneider committed
            "support": {
Hugo Renard's avatar
Hugo Renard committed
                "issues": "https://github.com/doctrine/deprecations/issues",
                "source": "https://github.com/doctrine/deprecations/tree/1.1.2"
Hugo Renard's avatar
Hugo Renard committed
            "time": "2023-09-27T20:04:15+00:00"
JulienSchneider's avatar
JulienSchneider committed
        },
        {
            "name": "felixfbecker/advanced-json-rpc",
            "version": "v3.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
                "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447",
                "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447",
                "shasum": ""
            },
            "require": {
                "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
                "php": "^7.1 || ^8.0",
                "phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0 || ^8.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "AdvancedJsonRpc\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "ISC"
            ],
            "authors": [
                {
                    "name": "Felix Becker",
                    "email": "felix.b@outlook.com"
                }
            ],
            "description": "A more advanced JSONRPC implementation",
            "support": {
                "issues": "https://github.com/felixfbecker/php-advanced-json-rpc/issues",
                "source": "https://github.com/felixfbecker/php-advanced-json-rpc/tree/v3.2.1"
            },
            "time": "2021-06-11T22:34:44+00:00"
        },
        {
            "name": "felixfbecker/language-server-protocol",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/felixfbecker/php-language-server-protocol.git",
                "reference": "ae4c490773bb0d21ca6f5e08a737506f44e175ea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/ae4c490773bb0d21ca6f5e08a737506f44e175ea",
                "reference": "ae4c490773bb0d21ca6f5e08a737506f44e175ea",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "phpstan/phpstan": "*",
                "squizlabs/php_codesniffer": "^3.1",
                "vimeo/psalm": "^4.0"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "LanguageServerProtocol\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "ISC"
            ],
            "authors": [
                {
                    "name": "Felix Becker",
                    "email": "felix.b@outlook.com"
                }
            ],
            "description": "PHP classes for the Language Server Protocol",
            "keywords": [
                "language",
                "microsoft",
                "php",
                "server"
            ],
            "support": {
                "issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
                "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/master"
            },
            "time": "2022-06-19T17:15:06+00:00"
        },
        {
            "name": "netresearch/jsonmapper",
Hugo Renard's avatar
Hugo Renard committed
            "version": "v4.4.0",
JulienSchneider's avatar
JulienSchneider committed
            "source": {
                "type": "git",
                "url": "https://github.com/cweiske/jsonmapper.git",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "18133a2d8c24e10e58e02b700308ed3a4a60c97f"
JulienSchneider's avatar
JulienSchneider committed
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/18133a2d8c24e10e58e02b700308ed3a4a60c97f",
                "reference": "18133a2d8c24e10e58e02b700308ed3a4a60c97f",
JulienSchneider's avatar
JulienSchneider committed
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-reflection": "*",
                "ext-spl": "*",
                "php": ">=7.1"
            },
            "require-dev": {
Hugo Renard's avatar
Hugo Renard committed
                "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 || ~10.0",
JulienSchneider's avatar
JulienSchneider committed
                "squizlabs/php_codesniffer": "~3.5"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "JsonMapper": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "OSL-3.0"
            ],
            "authors": [
                {
                    "name": "Christian Weiske",
                    "email": "cweiske@cweiske.de",
                    "homepage": "http://github.com/cweiske/jsonmapper/",
                    "role": "Developer"
                }
            ],
            "description": "Map nested JSON structures onto PHP classes",
            "support": {
                "email": "cweiske@cweiske.de",
                "issues": "https://github.com/cweiske/jsonmapper/issues",
Hugo Renard's avatar
Hugo Renard committed
                "source": "https://github.com/cweiske/jsonmapper/tree/v4.4.0"
Hugo Renard's avatar
Hugo Renard committed
            "time": "2024-01-28T07:31:37+00:00"
JulienSchneider's avatar
JulienSchneider committed
        },
        {
            "name": "nextcloud/coding-standard",
Hugo Renard's avatar
Hugo Renard committed
            "version": "v1.1.1",
JulienSchneider's avatar
JulienSchneider committed
            "source": {
                "type": "git",
                "url": "https://github.com/nextcloud/coding-standard.git",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "55def702fb9a37a219511e1d8c6fe8e37164c1fb"
JulienSchneider's avatar
JulienSchneider committed
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/55def702fb9a37a219511e1d8c6fe8e37164c1fb",
                "reference": "55def702fb9a37a219511e1d8c6fe8e37164c1fb",
JulienSchneider's avatar
JulienSchneider committed
                "shasum": ""
            },
            "require": {
Hugo Renard's avatar
Hugo Renard committed
                "php": "^7.3|^8.0",
                "php-cs-fixer/shim": "^3.17"
JulienSchneider's avatar
JulienSchneider committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Nextcloud\\CodingStandard\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christoph Wurst",
                    "email": "christoph@winzerhof-wurst.at"
                }
            ],
            "description": "Nextcloud coding standards for the php cs fixer",
            "support": {
                "issues": "https://github.com/nextcloud/coding-standard/issues",
Hugo Renard's avatar
Hugo Renard committed
                "source": "https://github.com/nextcloud/coding-standard/tree/v1.1.1"
            },
            "time": "2023-06-01T12:05:01+00:00"
        },
        {
            "name": "nextcloud/ocp",
            "version": "v27.1.9",
Hugo Renard's avatar
Hugo Renard committed
            "source": {
                "type": "git",
                "url": "https://github.com/nextcloud-deps/ocp.git",
                "reference": "f451f80f29eda90c3283e9ad90c83e0a09a03010"
Hugo Renard's avatar
Hugo Renard committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/f451f80f29eda90c3283e9ad90c83e0a09a03010",
                "reference": "f451f80f29eda90c3283e9ad90c83e0a09a03010",
Hugo Renard's avatar
Hugo Renard committed
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ~8.0 || ~8.1",
                "psr/clock": "^1.0",
                "psr/container": "^2.0.2",
Hugo Renard's avatar
Hugo Renard committed
                "psr/event-dispatcher": "^1.0",
                "psr/log": "^1.1.4"
Hugo Renard's avatar
Hugo Renard committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-stable27": "27.0.0-dev"
Hugo Renard's avatar
Hugo Renard committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Christoph Wurst",
                    "email": "christoph@winzerhof-wurst.at"
                }
            ],
            "description": "Composer package containing Nextcloud's public API (classes, interfaces)",
            "support": {
                "issues": "https://github.com/nextcloud-deps/ocp/issues",
                "source": "https://github.com/nextcloud-deps/ocp/tree/v27.1.9"
            "time": "2024-04-11T00:33:20+00:00"
JulienSchneider's avatar
JulienSchneider committed
        },
        {
            "name": "nikic/php-parser",
            "version": "4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
JulienSchneider's avatar
JulienSchneider committed
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999",
                "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999",
JulienSchneider's avatar
JulienSchneider committed
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=7.0"
            },
            "require-dev": {
                "ircmaxell/php-yacc": "^0.0.7",
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
            },
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.9-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PhpParser\\": "lib/PhpParser"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
            "support": {
                "issues": "https://github.com/nikic/PHP-Parser/issues",
Hugo Renard's avatar
Hugo Renard committed
                "source": "https://github.com/nikic/PHP-Parser/tree/4.x"
Hugo Renard's avatar
Hugo Renard committed
            "time": "2023-12-10T21:03:43+00:00"
JulienSchneider's avatar
JulienSchneider committed
        },
        {
            "name": "openlss/lib-array2xml",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nullivex/lib-array2xml.git",
                "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
                "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "LSS": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Bryan Tong",
                    "email": "bryan@nullivex.com",
                    "homepage": "https://www.nullivex.com"
                },
                {
                    "name": "Tony Butler",
                    "email": "spudz76@gmail.com",
                    "homepage": "https://www.nullivex.com"
                }
            ],
            "description": "Array2XML conversion library credit to lalit.org",
            "homepage": "https://www.nullivex.com",
            "keywords": [
                "array",
                "array conversion",
                "xml",
                "xml conversion"
            ],
            "support": {
                "issues": "https://github.com/nullivex/lib-array2xml/issues",
                "source": "https://github.com/nullivex/lib-array2xml/tree/master"
            },
            "time": "2019-03-29T20:06:56+00:00"
        },
Hugo Renard's avatar
Hugo Renard committed
        {
            "name": "php-cs-fixer/shim",
            "version": "v3.48.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHP-CS-Fixer/shim.git",
                "reference": "bf0c65f1b2d943306b3574d42ae806578ce9cc3e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/bf0c65f1b2d943306b3574d42ae806578ce9cc3e",
                "reference": "bf0c65f1b2d943306b3574d42ae806578ce9cc3e",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-tokenizer": "*",
                "php": "^7.4 || ^8.0"
            },
            "replace": {
                "friendsofphp/php-cs-fixer": "self.version"
            },
            "suggest": {
                "ext-dom": "For handling output formats in XML",
                "ext-mbstring": "For handling non-UTF8 characters."
            },
            "bin": [
                "php-cs-fixer",
                "php-cs-fixer.phar"
            ],
            "type": "application",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Dariusz Rumiński",
                    "email": "dariusz.ruminski@gmail.com"
                }
            ],
            "description": "A tool to automatically fix PHP code style",
            "support": {
                "issues": "https://github.com/PHP-CS-Fixer/shim/issues",
                "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.48.0"
            },
            "time": "2024-01-19T21:45:09+00:00"
        },
JulienSchneider's avatar
JulienSchneider committed
        {
            "name": "phpdocumentor/reflection-common",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                "reference": "a0eeab580cbdf4414fef6978732510a36ed0a9d6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/a0eeab580cbdf4414fef6978732510a36ed0a9d6",
                "reference": "a0eeab580cbdf4414fef6978732510a36ed0a9d6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
                }
            ],
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "FQSEN",
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
                "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/master"
            },
            "time": "2021-06-25T13:47:51+00:00"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "0b48e261e0a7bcbf1bd118ffd08e52ea6cfd34af"
JulienSchneider's avatar
JulienSchneider committed
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/0b48e261e0a7bcbf1bd118ffd08e52ea6cfd34af",
                "reference": "0b48e261e0a7bcbf1bd118ffd08e52ea6cfd34af",
JulienSchneider's avatar
JulienSchneider committed
                "shasum": ""
            },
            "require": {
                "ext-filter": "*",
                "php": "^7.2 || ^8.0",
                "phpdocumentor/reflection-common": "^2.2",
Hugo Renard's avatar
Hugo Renard committed
                "phpdocumentor/type-resolver": "^1.7",
JulienSchneider's avatar
JulienSchneider committed
                "phpstan/phpdoc-parser": "^1.7",
                "webmozart/assert": "^1.9.1"
            },
            "require-dev": {
                "mockery/mockery": "~1.3.5",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-mockery": "^1.1",
                "phpstan/phpstan-webmozart-assert": "^1.2",
                "phpunit/phpunit": "^9.5",
                "vimeo/psalm": "^4.26"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                },
                {
                    "name": "Jaap van Otterdijk",
Hugo Renard's avatar
Hugo Renard committed
                    "email": "opensource@ijaap.nl"
JulienSchneider's avatar
JulienSchneider committed
                }
            ],
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
            "support": {
                "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
            },
Hugo Renard's avatar
Hugo Renard committed
            "time": "2024-01-26T20:33:24+00:00"
JulienSchneider's avatar
JulienSchneider committed
        },
        {
            "name": "phpdocumentor/type-resolver",
            "version": "1.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "bc3dc91a5e9b14aa06d1d9e90647c5c5a2cc5353"
JulienSchneider's avatar
JulienSchneider committed
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/bc3dc91a5e9b14aa06d1d9e90647c5c5a2cc5353",
                "reference": "bc3dc91a5e9b14aa06d1d9e90647c5c5a2cc5353",
JulienSchneider's avatar
JulienSchneider committed
                "shasum": ""
            },
            "require": {
Hugo Renard's avatar
Hugo Renard committed
                "doctrine/deprecations": "^1.0",
JulienSchneider's avatar
JulienSchneider committed
                "php": "^7.4 || ^8.0",
                "phpdocumentor/reflection-common": "^2.0",
                "phpstan/phpdoc-parser": "^1.13"
            },
            "require-dev": {
                "ext-tokenizer": "*",
                "phpbench/phpbench": "^1.2",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-phpunit": "^1.1",
                "phpunit/phpunit": "^9.5",
                "rector/rector": "^0.13.9",
                "vimeo/psalm": "^4.25"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                }
            ],
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
            "support": {
                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.x"
            },
Hugo Renard's avatar
Hugo Renard committed
            "time": "2024-01-18T19:15:27+00:00"
JulienSchneider's avatar
JulienSchneider committed
        },
        {
            "name": "phpstan/phpdoc-parser",
Hugo Renard's avatar
Hugo Renard committed
            "version": "1.25.0",
JulienSchneider's avatar
JulienSchneider committed
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpdoc-parser.git",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240"
JulienSchneider's avatar
JulienSchneider committed
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bd84b629c8de41aa2ae82c067c955e06f1b00240",
                "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240",
JulienSchneider's avatar
JulienSchneider committed
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
Hugo Renard's avatar
Hugo Renard committed
                "doctrine/annotations": "^2.0",
                "nikic/php-parser": "^4.15",
JulienSchneider's avatar
JulienSchneider committed
                "php-parallel-lint/php-parallel-lint": "^1.2",
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^1.5",
                "phpstan/phpstan-phpunit": "^1.1",
                "phpstan/phpstan-strict-rules": "^1.0",
                "phpunit/phpunit": "^9.5",
                "symfony/process": "^5.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PHPStan\\PhpDocParser\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
            "support": {
                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
Hugo Renard's avatar
Hugo Renard committed
                "source": "https://github.com/phpstan/phpdoc-parser/tree/1.25.0"
Hugo Renard's avatar
Hugo Renard committed
            "time": "2024-01-04T17:06:16+00:00"
JulienSchneider's avatar
JulienSchneider committed
        },
        {
            "name": "psr/event-dispatcher",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/event-dispatcher.git",
                "reference": "bbd9eacc080d33861e5b5c75b3b8c4d7e6d01874"
JulienSchneider's avatar
JulienSchneider committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/bbd9eacc080d33861e5b5c75b3b8c4d7e6d01874",
                "reference": "bbd9eacc080d33861e5b5c75b3b8c4d7e6d01874",
JulienSchneider's avatar
JulienSchneider committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "suggest": {
                "fig/event-dispatcher-util": "Provides some useful PSR-14 utilities"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\EventDispatcher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
                "psr",
                "psr-14"
            ],
            "support": {
Hugo Renard's avatar
Hugo Renard committed
                "source": "https://github.com/php-fig/event-dispatcher"
            "time": "2024-03-17T21:29:03+00:00"
JulienSchneider's avatar
JulienSchneider committed
        },
        {
            "name": "sebastian/diff",
Hugo Renard's avatar
Hugo Renard committed
            "version": "4.0.x-dev",
JulienSchneider's avatar
JulienSchneider committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
JulienSchneider's avatar
JulienSchneider committed
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
                "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
JulienSchneider's avatar
JulienSchneider committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3",
                "symfony/process": "^4.2 || ^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
JulienSchneider's avatar
JulienSchneider committed
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
JulienSchneider's avatar
JulienSchneider committed
                "BSD-3-Clause"
            ],
            "authors": [
                {
JulienSchneider's avatar
JulienSchneider committed
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
JulienSchneider's avatar
JulienSchneider committed
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
JulienSchneider's avatar
JulienSchneider committed
            "description": "Diff implementation",
            "homepage": "https://github.com/sebastianbergmann/diff",
            "keywords": [
JulienSchneider's avatar
JulienSchneider committed
                "diff",
                "udiff",
                "unidiff",
                "unified diff"
            ],
            "support": {
JulienSchneider's avatar
JulienSchneider committed
                "issues": "https://github.com/sebastianbergmann/diff/issues",