Skip to content
Snippets Groups Projects
composer.lock 266 KiB
Newer Older
                "symfony/web-link": "For using the WebLinkExtension",
                "symfony/yaml": "For using the YamlExtension"
            },
            "type": "symfony-bridge",
            "autoload": {
                "psr-4": {
                    "Symfony\\Bridge\\Twig\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides integration for Twig with various Symfony components",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/twig-bridge/tree/v6.0.19"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2023-01-11T11:50:03+00:00"
        {
            "name": "symfony/var-dumper",
            "version": "v6.0.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
                "reference": "eb980457fa6899840fe1687e8627a03a7d8a3d52"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/eb980457fa6899840fe1687e8627a03a7d8a3d52",
                "reference": "eb980457fa6899840fe1687e8627a03a7d8a3d52",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=8.0.2",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "phpunit/phpunit": "<5.4.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/console": "<5.4"
            },
            "require-dev": {
                "ext-iconv": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/console": "^5.4|^6.0",
                "symfony/process": "^5.4|^6.0",
                "symfony/uid": "^5.4|^6.0",
                "twig/twig": "^2.13|^3.0.4"
            },
            "suggest": {
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
                "ext-intl": "To show region name in time zone dump",
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
            },
            "bin": [
                "Resources/bin/var-dump-server"
            ],
            "type": "library",
            "autoload": {
                "files": [
                    "Resources/functions/dump.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\VarDumper\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
            "homepage": "https://symfony.com",
            "keywords": [
                "debug",
                "dump"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/var-dumper/tree/v6.0.19"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2023-01-20T17:44:14+00:00"
        },
        {
            "name": "symfony/var-exporter",
            "version": "v6.0.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-exporter.git",
                "reference": "df56f53818c2d5d9f683f4ad2e365ba73a3b69d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/df56f53818c2d5d9f683f4ad2e365ba73a3b69d2",
                "reference": "df56f53818c2d5d9f683f4ad2e365ba73a3b69d2",
                "shasum": ""
            },
            "require": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "php": ">=8.0.2"
            },
            "require-dev": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/var-dumper": "^5.4|^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\VarExporter\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows exporting any serializable PHP data structure to plain PHP code",
            "homepage": "https://symfony.com",
            "keywords": [
                "clone",
                "construct",
                "export",
                "hydrate",
                "instantiate",
                "serialize"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/var-exporter/tree/v6.0.19"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2023-01-13T08:34:10+00:00"
        },
        {
            "name": "symfony/yaml",
            "version": "v6.0.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "deec3a812a0305a50db8ae689b183f43d915c884"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/deec3a812a0305a50db8ae689b183f43d915c884",
                "reference": "deec3a812a0305a50db8ae689b183f43d915c884",
                "shasum": ""
            },
            "require": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "php": ">=8.0.2",
            },
            "conflict": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/console": "<5.4"
            },
            "require-dev": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/console": "^5.4|^6.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "bin": [
                "Resources/bin/yaml-lint"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Loads and dumps YAML files",
            "homepage": "https://symfony.com",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v6.0.19"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2023-01-11T11:50:03+00:00"
            "version": "v3.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/intl-extra.git",
                "reference": "92f2c73471e077d0f72195a331c9a245da2010cd"
                "url": "https://api.github.com/repos/twigphp/intl-extra/zipball/92f2c73471e077d0f72195a331c9a245da2010cd",
                "reference": "92f2c73471e077d0f72195a331c9a245da2010cd",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/intl": "^4.4|^5.0|^6.0",
                "twig/twig": "^2.7|^3.0"
                "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Twig\\Extra\\Intl\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                }
            ],
            "description": "A Twig extension for Intl",
            "homepage": "https://twig.symfony.com",
            "keywords": [
                "intl",
                "twig"
            ],
            "support": {
                "source": "https://github.com/twigphp/intl-extra/tree/v3.5.0"
            },
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                    "type": "tidelift"
                }
            ],
            "time": "2022-12-27T12:23:36+00:00"
Hanne Moa's avatar
Hanne Moa committed
        {
            "name": "twig/twig",
            "version": "v3.5.0",
Hanne Moa's avatar
Hanne Moa committed
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72"
Hanne Moa's avatar
Hanne Moa committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3ffcf4b7d890770466da3b2666f82ac054e7ec72",
                "reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72",
Hanne Moa's avatar
Hanne Moa committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.2.5",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-mbstring": "^1.3"
Hanne Moa's avatar
Hanne Moa committed
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
Hanne Moa's avatar
Hanne Moa committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.5-dev"
Hanne Moa's avatar
Hanne Moa committed
                }
            },
            "autoload": {
Hanne Moa's avatar
Hanne Moa committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
Hanne Moa's avatar
Hanne Moa committed
                },
                {
Tim van Dijen's avatar
Tim van Dijen committed
                    "name": "Twig Team",
                    "role": "Contributors"
Hanne Moa's avatar
Hanne Moa committed
                },
                {
Tim van Dijen's avatar
Tim van Dijen committed
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
Hanne Moa's avatar
Hanne Moa committed
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "https://twig.symfony.com",
Hanne Moa's avatar
Hanne Moa committed
            "keywords": [
                "templating"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/v3.5.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                    "type": "tidelift"
                }
            ],
            "time": "2022-12-27T12:28:18+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "webmozart/assert",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/webmozarts/assert.git",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "php": "^7.2 || ^8.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "conflict": {
Tim van Dijen's avatar
Tim van Dijen committed
                "phpstan/phpstan": "<0.12.20",
                "vimeo/psalm": "<4.6.1 || 4.6.2"
Tim van Dijen's avatar
Tim van Dijen committed
            "require-dev": {
                "phpunit/phpunit": "^8.5.13"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10-dev"
                }
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/webmozarts/assert/issues",
                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2022-06-03T18:03:27+00:00"
Brook Schofield's avatar
Brook Schofield committed
    "packages-dev": [
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
        {
            "name": "amphp/amp",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v2.6.2",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/amp.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/amphp/amp/zipball/9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
                "reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "dev-master",
                "amphp/phpunit-util": "^1",
                "ext-json": "*",
                "jetbrains/phpstorm-stubs": "^2019.3",
                "phpunit/phpunit": "^7 | ^8 | ^9",
Tim van Dijen's avatar
Tim van Dijen committed
                "psalm/phar": "^3.11@dev",
                "react/promise": "^2"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                }
            },
            "autoload": {
                "files": [
                    "lib/functions.php",
                    "lib/Internal/functions.php"
Tim van Dijen's avatar
Tim van Dijen committed
                ],
                "psr-4": {
                    "Amp\\": "lib"
                }
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Bob Weinand",
                    "email": "bobwei9@hotmail.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "A non-blocking concurrency framework for PHP applications.",
Tim van Dijen's avatar
Tim van Dijen committed
            "homepage": "https://amphp.org/amp",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "keywords": [
                "async",
                "asynchronous",
                "awaitable",
                "concurrency",
                "event",
                "event-loop",
                "future",
                "non-blocking",
                "promise"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "irc": "irc://irc.freenode.org/amphp",
                "issues": "https://github.com/amphp/amp/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/amphp/amp/tree/v2.6.2"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2022-02-20T17:52:18+00:00"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
        },
        {
            "name": "amphp/byte-stream",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/byte-stream.git",
                "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd",
                "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "amphp/amp": "^2",
                "php": ">=7.1"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "dev-master",
Tim van Dijen's avatar
Tim van Dijen committed
                "amphp/phpunit-util": "^1.4",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "friendsofphp/php-cs-fixer": "^2.3",
                "jetbrains/phpstorm-stubs": "^2019.3",
                "phpunit/phpunit": "^6 || ^7 || ^8",
Tim van Dijen's avatar
Tim van Dijen committed
                "psalm/phar": "^3.11.4"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "autoload": {
                "files": [
                    "lib/functions.php"
Tim van Dijen's avatar
Tim van Dijen committed
                ],
                "psr-4": {
                    "Amp\\ByteStream\\": "lib"
                }
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "A stream abstraction to make working with non-blocking I/O simple.",
            "homepage": "http://amphp.org/byte-stream",
            "keywords": [
                "amp",
                "amphp",
                "async",
                "io",
                "non-blocking",
                "stream"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "irc": "irc://irc.freenode.org/amphp",
                "issues": "https://github.com/amphp/byte-stream/issues",
                "source": "https://github.com/amphp/byte-stream/tree/v1.8.1"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "time": "2021-03-30T17:13:30+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "composer/package-versions-deprecated",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "1.11.99.5",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/composer/package-versions-deprecated.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
                "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1.0 || ^2.0",
                "php": "^7 || ^8"
            },
            "replace": {
Tim van Dijen's avatar
Tim van Dijen committed
                "ocramius/package-versions": "1.11.99"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "require-dev": {
                "composer/composer": "^1.9.3 || ^2.0@dev",
                "ext-zip": "^1.13",
                "phpunit/phpunit": "^6.5 || ^7"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "PackageVersions\\Installer",
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PackageVersions\\": "src/PackageVersions"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/composer/package-versions-deprecated/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen 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"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2022-01-17T14:14:24+00:00"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
        },
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "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",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
                "source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2019-12-04T15:06:13+00:00"
        },
        {
            "name": "doctrine/instantiator",
            "version": "1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": "^7.1 || ^8.0"
                "doctrine/coding-standard": "^9 || ^11",
                "ext-pdo": "*",
                "ext-phar": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "phpbench/phpbench": "^0.16 || ^1",
                "phpstan/phpstan": "^1.4",
                "phpstan/phpstan-phpunit": "^1",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "vimeo/psalm": "^4.30 || ^5.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
Tim van Dijen's avatar
Tim van Dijen committed
                    "homepage": "https://ocramius.github.io/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
            "keywords": [
                "constructor",
                "instantiate"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/doctrine/instantiator/issues",
                "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
                    "type": "tidelift"
                }
            ],
            "time": "2022-12-30T00:15:36+00:00"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "name": "felixfbecker/advanced-json-rpc",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v3.2.1",
            "source": {
                "type": "git",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447",
                "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "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": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "AdvancedJsonRpc\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "ISC"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "name": "Felix Becker",
                    "email": "felix.b@outlook.com"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "description": "A more advanced JSONRPC implementation",
Tim van Dijen's avatar
Tim van Dijen committed
            "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"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "name": "felixfbecker/language-server-protocol",
            "version": "v1.5.2",
            "source": {
                "type": "git",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "url": "https://github.com/felixfbecker/php-language-server-protocol.git",
                "reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/6e82196ffd7c62f7794d778ca52b69feec9f2842",
                "reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.1"
            },
            "require-dev": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "phpstan/phpstan": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "squizlabs/php_codesniffer": "^3.1",
                "vimeo/psalm": "^4.0"
            },
            "type": "library",
Tim van Dijen's avatar
Tim van Dijen committed
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "LanguageServerProtocol\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "ISC"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "name": "Felix Becker",
                    "email": "felix.b@outlook.com"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "description": "PHP classes for the Language Server Protocol",
            "keywords": [
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "language",
                "microsoft",
                "php",
                "server"
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
                "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.2"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2022-03-02T22:36:06+00:00"
        {
            "name": "fidry/cpu-core-counter",
            "version": "0.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/theofidry/cpu-core-counter.git",
                "reference": "79261cc280aded96d098e1b0e0ba0c4881b432c2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/79261cc280aded96d098e1b0e0ba0c4881b432c2",
                "reference": "79261cc280aded96d098e1b0e0ba0c4881b432c2",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "fidry/makefile": "^0.2.0",
                "phpstan/extension-installer": "^1.2.0",
                "phpstan/phpstan": "^1.9.2",
                "phpstan/phpstan-deprecation-rules": "^1.0.0",
                "phpstan/phpstan-phpunit": "^1.2.2",
                "phpstan/phpstan-strict-rules": "^1.4.4",
                "phpunit/phpunit": "^9.5.26 || ^8.5.31",
                "theofidry/php-cs-fixer-config": "^1.0",
                "webmozarts/strict-phpunit": "^7.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Fidry\\CpuCoreCounter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Théo FIDRY",
                    "email": "theo.fidry@gmail.com"
                }
            ],
            "description": "Tiny utility to get the number of CPU cores.",
            "keywords": [
                "CPU",
                "core"
            ],
            "support": {
                "issues": "https://github.com/theofidry/cpu-core-counter/issues",
                "source": "https://github.com/theofidry/cpu-core-counter/tree/0.4.1"
            },
            "funding": [
                {
                    "url": "https://github.com/theofidry",
                    "type": "github"
                }
            ],
            "time": "2022-12-16T22:01:02+00:00"
        },
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "version": "v1.6.11",
            "source": {
                "type": "git",
                "url": "https://github.com/bovigo/vfsStream.git",