Skip to content
Snippets Groups Projects
composer.lock 111 KiB
Newer Older
Torsten Kunst's avatar
Torsten Kunst committed
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
Torsten Kunst's avatar
Torsten Kunst committed
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
Torsten Kunst's avatar
Torsten Kunst committed
        "This file is @generated automatically"
    ],
    "content-hash": "8eb834b35b80abfca7d18dfde3df176d",
Torsten Kunst's avatar
Torsten Kunst committed
    "packages": [
        {
            "name": "nategood/httpful",
            "version": "0.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/nategood/httpful.git",
                "reference": "0cded3ea97ba905600de9ceb9ef13f3ab681587c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nategood/httpful/zipball/0cded3ea97ba905600de9ceb9ef13f3ab681587c",
                "reference": "0cded3ea97ba905600de9ceb9ef13f3ab681587c",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Httpful": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nate Good",
                    "email": "me@nategood.com",
                    "homepage": "http://nategood.com"
                }
            ],
            "description": "A Readable, Chainable, REST friendly, PHP HTTP Client",
            "homepage": "http://github.com/nategood/httpful",
            "keywords": [
                "api",
                "curl",
                "http",
                "requests",
                "rest",
                "restful"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/nategood/httpful/issues",
                "source": "https://github.com/nategood/httpful/tree/v0.3.2"
            },
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2020-01-25T01:13:13+00:00"
        },
Torsten Kunst's avatar
Torsten Kunst committed
        {
            "name": "symfony/deprecation-contracts",
            "version": "v2.5.3",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "80d075412b557d41002320b96a096ca65aa2c98d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
                "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "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": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3"
            },
            "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-24T14:02:46+00:00"
        },
Torsten Kunst's avatar
Torsten Kunst committed
        {
            "name": "symfony/polyfill-ctype",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "v1.31.0",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
Torsten Kunst's avatar
Torsten Kunst committed
                "php": ">=7.2"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
Torsten Kunst's avatar
Torsten Kunst 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"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-09-09T11:45:10+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "symfony/polyfill-mbstring",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "v1.31.0",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
Torsten Kunst's avatar
Torsten Kunst committed
                "php": ">=7.2"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "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": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
Torsten Kunst's avatar
Torsten Kunst 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"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-09-09T11:45:10+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
Torsten Kunst's avatar
Torsten Kunst committed
        {
            "name": "symfony/polyfill-php80",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "v1.31.0",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
Torsten Kunst's avatar
Torsten Kunst committed
                "php": ">=7.2"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
Torsten Kunst's avatar
Torsten Kunst 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"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-09-09T11:45:10+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
Torsten Kunst's avatar
Torsten Kunst committed
        {
            "name": "symfony/polyfill-php81",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "v1.31.0",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php81.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
                "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
Torsten Kunst's avatar
Torsten Kunst committed
                "php": ">=7.2"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php81\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "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": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0"
Torsten Kunst's avatar
Torsten Kunst 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"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-09-09T11:45:10+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
Torsten Kunst's avatar
Torsten Kunst committed
        {
            "name": "twig/twig",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "v3.11.1",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "ff063afc691e1cfda6714f1915ed766cb108d188"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/ff063afc691e1cfda6714f1915ed766cb108d188",
                "reference": "ff063afc691e1cfda6714f1915ed766cb108d188",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
Torsten Kunst's avatar
Torsten Kunst committed
                "symfony/deprecation-contracts": "^2.5|^3",
Torsten Kunst's avatar
Torsten Kunst committed
                "symfony/polyfill-ctype": "^1.8",
Torsten Kunst's avatar
Torsten Kunst committed
                "symfony/polyfill-mbstring": "^1.3",
Torsten Kunst's avatar
Torsten Kunst committed
                "symfony/polyfill-php80": "^1.22",
                "symfony/polyfill-php81": "^1.29"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "require-dev": {
                "psr/container": "^1.0|^2.0",
Torsten Kunst's avatar
Torsten Kunst committed
                "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "type": "library",
            "autoload": {
Torsten Kunst's avatar
Torsten Kunst committed
                "files": [
                    "src/Resources/core.php",
                    "src/Resources/debug.php",
                    "src/Resources/escaper.php",
                    "src/Resources/string_loader.php"
                ],
Torsten Kunst's avatar
Torsten Kunst committed
                "psr-4": {
                    "Twig\\": "src/"
                }
            },
            "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"
                },
                {
                    "name": "Twig Team",
                    "role": "Contributors"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "https://twig.symfony.com",
            "keywords": [
                "templating"
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/twigphp/Twig/tree/v3.11.1"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                    "type": "tidelift"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-09-10T10:40:14+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
Torsten Kunst's avatar
Torsten Kunst committed
        {
            "name": "vanilla/garden-cli",
            "version": "v1.6.3",
            "source": {
                "type": "git",
                "url": "https://github.com/vanilla/garden-cli.git",
                "reference": "8d150135624e207750cf45be107c3b4ef820faf4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vanilla/garden-cli/zipball/8d150135624e207750cf45be107c3b4ef820faf4",
                "reference": "8d150135624e207750cf45be107c3b4ef820faf4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Garden\\Cli\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Todd Burry",
                    "email": "todd@vanillaforums.com"
                }
            ],
            "description": "A full-featured, yet ridiculously simple commandline parser for your next php cli script. Stop fighting with getopt().",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/vanilla/garden-cli/issues",
                "source": "https://github.com/vanilla/garden-cli/tree/master"
            },
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2017-11-30T16:08:28+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "composer/pcre",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "3.3.1",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/composer/pcre.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/composer/pcre/zipball/63aaeac21d7e775ff9bc9d45021e1745c97521c4",
                "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
Torsten Kunst's avatar
Torsten Kunst committed
            },
Torsten Kunst's avatar
Torsten Kunst committed
            "conflict": {
                "phpstan/phpstan": "<1.11.10"
Torsten Kunst's avatar
Torsten Kunst committed
            },
Torsten Kunst's avatar
Torsten Kunst committed
            "require-dev": {
                "phpstan/phpstan": "^1.11.10",
Torsten Kunst's avatar
Torsten Kunst committed
                "phpstan/phpstan-strict-rules": "^1.1",
Torsten Kunst's avatar
Torsten Kunst committed
                "phpunit/phpunit": "^8 || ^9"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
Torsten Kunst's avatar
Torsten Kunst committed
                },
                "phpstan": {
                    "includes": [
                        "extension.neon"
                    ]
Torsten Kunst's avatar
Torsten Kunst committed
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Pcre\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "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"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/composer/pcre/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/composer/pcre/tree/3.3.1"
Torsten Kunst's avatar
Torsten Kunst 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"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-08-27T18:44:43+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "composer/xdebug-handler",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "3.0.5",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/composer/xdebug-handler.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef",
                "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef",
Torsten Kunst's avatar
Torsten Kunst committed
                "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",
Torsten Kunst's avatar
Torsten Kunst committed
                "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "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"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
Torsten Kunst's avatar
Torsten Kunst committed
                "irc": "ircs://irc.libera.chat:6697/composer",
Torsten Kunst's avatar
Torsten Kunst committed
                "issues": "https://github.com/composer/xdebug-handler/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/composer/xdebug-handler/tree/3.0.5"
Torsten Kunst's avatar
Torsten Kunst 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"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-05-06T16:37:16+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "doctrine/instantiator",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9 || ^11",
Torsten Kunst's avatar
Torsten Kunst committed
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpbench/phpbench": "^0.16 || ^1",
                "phpstan/phpstan": "^1.4",
                "phpstan/phpstan-phpunit": "^1",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "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",
                    "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"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/doctrine/instantiator/issues",
                "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
Torsten Kunst's avatar
Torsten Kunst 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"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "myclabs/deep-copy",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "1.12.0",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/DeepCopy.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
                "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "doctrine/collections": "<1.6.8",
Torsten Kunst's avatar
Torsten Kunst committed
                "doctrine/common": "<2.13.3 || >=3 <3.2.2"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "require-dev": {
                "doctrine/collections": "^1.6.8",
                "doctrine/common": "^2.13.3 || ^3.2.2",
Torsten Kunst's avatar
Torsten Kunst committed
                "phpspec/prophecy": "^1.10",
Torsten Kunst's avatar
Torsten Kunst committed
                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/DeepCopy/deep_copy.php"
                ],
                "psr-4": {
                    "DeepCopy\\": "src/DeepCopy/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/myclabs/DeepCopy/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
                    "type": "tidelift"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-06-12T14:39:25+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "nikic/php-parser",
            "version": "v5.1.0",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1",
                "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-json": "*",
Torsten Kunst's avatar
Torsten Kunst committed
                "ext-tokenizer": "*",
                "php": ">=7.4"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "require-dev": {
                "ircmaxell/php-yacc": "^0.0.7",
                "phpunit/phpunit": "^9.0"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
Torsten Kunst's avatar
Torsten Kunst committed
                }
            },
            "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"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/nikic/PHP-Parser/issues",
                "source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "time": "2024-07-01T20:03:41+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "pdepend/pdepend",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "2.16.2",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/pdepend/pdepend.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "f942b208dc2a0868454d01b29f0c75bbcfc6ed58"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/f942b208dc2a0868454d01b29f0c75bbcfc6ed58",
                "reference": "f942b208dc2a0868454d01b29f0c75bbcfc6ed58",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.7",
Torsten Kunst's avatar
Torsten Kunst committed
                "symfony/config": "^2.3.0|^3|^4|^5|^6.0|^7.0",
                "symfony/dependency-injection": "^2.3.0|^3|^4|^5|^6.0|^7.0",
                "symfony/filesystem": "^2.3.0|^3|^4|^5|^6.0|^7.0",
                "symfony/polyfill-mbstring": "^1.19"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "require-dev": {
                "easy-doc/easy-doc": "0.0.0|^1.2.3",
                "gregwar/rst": "^1.0",
                "squizlabs/php_codesniffer": "^2.0.0"
            },
            "bin": [
                "src/bin/pdepend"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PDepend\\": "src/main/php/PDepend"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Official version of pdepend to be handled with Composer",
Torsten Kunst's avatar
Torsten Kunst committed
            "keywords": [
                "PHP Depend",
                "PHP_Depend",
                "dev",
                "pdepend"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/pdepend/pdepend/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/pdepend/pdepend/tree/2.16.2"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/pdepend/pdepend",
                    "type": "tidelift"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2023-12-17T18:09:59+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "phar-io/manifest",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "2.0.4",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/phar-io/manifest.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "54750ef60c58e43759730615a392c31c80e23176"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
                "reference": "54750ef60c58e43759730615a392c31c80e23176",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
Torsten Kunst's avatar
Torsten Kunst committed
                "ext-libxml": "*",
Torsten Kunst's avatar
Torsten Kunst committed
                "ext-phar": "*",
                "ext-xmlwriter": "*",
                "phar-io/version": "^3.0.1",
                "php": "^7.2 || ^8.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.