Skip to content
Snippets Groups Projects
composer.lock 111 KiB
Newer Older
Torsten Kunst's avatar
Torsten Kunst committed
                "symfony/process": "^4.2 || ^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https://github.com/sebastianbergmann/diff",
            "keywords": [
                "diff",
                "udiff",
                "unidiff",
                "unified diff"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/diff/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-03-02T06:30:58+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/environment",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "suggest": {
                "ext-posix": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.1-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides functionality to handle HHVM/PHP environments",
            "homepage": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/environment/issues",
                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/exporter",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "4.0.6",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
                "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian/recursion-context": "^4.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "https://www.github.com/sebastianbergmann/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/exporter/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-03-02T06:33:00+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/global-state",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "5.0.7",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
                "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian/object-reflector": "^2.0",
                "sebastian/recursion-context": "^4.0"
            },
            "require-dev": {
                "ext-dom": "*",
                "phpunit/phpunit": "^9.3"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/global-state/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-03-02T06:35:11+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/lines-of-code",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "1.0.4",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
                "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
Torsten Kunst's avatar
Torsten Kunst committed
                "nikic/php-parser": "^4.18 || ^5.0",
Torsten Kunst's avatar
Torsten Kunst committed
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library for counting the lines of code in PHP source code",
            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2023-12-22T06:20:34+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/object-enumerator",
            "version": "4.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian/object-reflector": "^2.0",
                "sebastian/recursion-context": "^4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2020-10-26T13:12:34+00:00"
        },
        {
            "name": "sebastian/object-reflector",
            "version": "2.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2020-10-26T13:14:26+00:00"
        },
        {
            "name": "sebastian/recursion-context",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "https://github.com/sebastianbergmann/recursion-context",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/resource-operations",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "3.0.4",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Torsten Kunst's avatar
Torsten Kunst committed
                    "dev-main": "3.0-dev"
Torsten Kunst's avatar
Torsten Kunst committed
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides a list of PHP built-in functions that operate on resources",
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-03-14T16:00:52+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/type",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/type.git",
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Torsten Kunst's avatar
Torsten Kunst committed
                    "dev-master": "3.2-dev"
Torsten Kunst's avatar
Torsten Kunst committed
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Collection of value objects that represent the types of the PHP type system",
            "homepage": "https://github.com/sebastianbergmann/type",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/type/issues",
                "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/version",
            "version": "3.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "c6c1022351a901512170118436c764e473f6de8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
                "reference": "c6c1022351a901512170118436c764e473f6de8c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/version/issues",
                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2020-09-28T06:39:44+00:00"
        },
        {
            "name": "seld/jsonlint",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "1.11.0",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/jsonlint.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/1748aaf847fc731cfad7725aec413ee46f0cc3a2",
                "reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": "^5.3 || ^7.0 || ^8.0"
            },
            "require-dev": {
Torsten Kunst's avatar
Torsten Kunst committed
                "phpstan/phpstan": "^1.11",
Torsten Kunst's avatar
Torsten Kunst committed
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
            },
            "bin": [
                "bin/jsonlint"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
Torsten Kunst's avatar
Torsten Kunst committed
                    "homepage": "https://seld.be"
Torsten Kunst's avatar
Torsten Kunst committed
                }
            ],
            "description": "JSON Linter",
            "keywords": [
                "json",
                "linter",
                "parser",
                "validator"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/Seldaek/jsonlint/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/Seldaek/jsonlint/tree/1.11.0"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
                    "type": "tidelift"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-07-11T14:55:45+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "squizlabs/php_codesniffer",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "3.10.2",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "86e5f5dd9a840c46810ebe5ff1885581c42a3017"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/86e5f5dd9a840c46810ebe5ff1885581c42a3017",
                "reference": "86e5f5dd9a840c46810ebe5ff1885581c42a3017",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "ext-simplexml": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
Torsten Kunst's avatar
Torsten Kunst committed
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "bin": [
Torsten Kunst's avatar
Torsten Kunst committed
                "bin/phpcbf",
                "bin/phpcs"
Torsten Kunst's avatar
Torsten Kunst committed
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Greg Sherwood",
Torsten Kunst's avatar
Torsten Kunst committed
                    "role": "Former lead"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "role": "Current lead"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
Torsten Kunst's avatar
Torsten Kunst committed
                }
            ],
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
Torsten Kunst's avatar
Torsten Kunst committed
            "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
Torsten Kunst's avatar
Torsten Kunst committed
            "keywords": [
                "phpcs",
                "standards",
                "static analysis"
Torsten Kunst's avatar
Torsten Kunst committed
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
Torsten Kunst's avatar
Torsten Kunst committed
                "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
                "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
                "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
                "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
Torsten Kunst's avatar
Torsten Kunst committed
            },
Torsten Kunst's avatar
Torsten Kunst committed
            "funding": [
                {
                    "url": "https://github.com/PHPCSStandards",
                    "type": "github"
                },
                {
                    "url": "https://github.com/jrfnl",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/php_codesniffer",
                    "type": "open_collective"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-07-21T23:26:44+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "symfony/config",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "v5.4.40",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "d4e1db78421163b98dd9971d247fd0df4a57ee5e"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/symfony/config/zipball/d4e1db78421163b98dd9971d247fd0df4a57ee5e",
                "reference": "d4e1db78421163b98dd9971d247fd0df4a57ee5e",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/filesystem": "^4.4|^5.0|^6.0",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-php80": "^1.16",
                "symfony/polyfill-php81": "^1.22"
            },
            "conflict": {
                "symfony/finder": "<4.4"
            },
            "require-dev": {
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony/finder": "^4.4|^5.0|^6.0",
                "symfony/messenger": "^4.4|^5.0|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony/yaml": "To use the yaml reference dumper"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Config\\": ""
                },
                "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": "Helps you find, load, combine, autofill and validate configuration values of any kind",
            "homepage": "https://symfony.com",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/symfony/config/tree/v5.4.40"
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-05-31T14:33:22+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "symfony/dependency-injection",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "v5.4.43",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dependency-injection.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "8c946c5c1d1692d5378cb722060969730cebc96d"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8c946c5c1d1692d5378cb722060969730cebc96d",
                "reference": "8c946c5c1d1692d5378cb722060969730cebc96d",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/container": "^1.1.1",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16",
                "symfony/polyfill-php81": "^1.22",
                "symfony/service-contracts": "^1.1.6|^2"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2",
                "symfony/config": "<5.3",
                "symfony/finder": "<4.4",
                "symfony/proxy-manager-bridge": "<4.4",
                "symfony/yaml": "<4.4.26"
            },
            "provide": {
                "psr/container-implementation": "1.0",
                "symfony/service-implementation": "1.0|2.0"
            },
            "require-dev": {
                "symfony/config": "^5.3|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/yaml": "^4.4.26|^5.0|^6.0"
            },
            "suggest": {
                "symfony/config": "",
                "symfony/expression-language": "For using expressions in service container configuration",
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
                "symfony/yaml": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\DependencyInjection\\": ""
                },
                "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": "Allows you to standardize and centralize the way objects are constructed in your application",
            "homepage": "https://symfony.com",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/symfony/dependency-injection/tree/v5.4.43"
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-08-27T00:56:45+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "symfony/filesystem",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "v5.4.41",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "6d29dd9340b372fa603f04e6df4dd76bb808591e"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/6d29dd9340b372fa603f04e6df4dd76bb808591e",
                "reference": "6d29dd9340b372fa603f04e6df4dd76bb808591e",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.8",
                "symfony/polyfill-php80": "^1.16"
            },
Torsten Kunst's avatar
Torsten Kunst committed
            "require-dev": {
                "symfony/process": "^5.4|^6.4"
            },
Torsten Kunst's avatar
Torsten Kunst committed
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {

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.