Skip to content
Snippets Groups Projects
composer.lock 128 KiB
Newer Older
Torsten Kunst's avatar
Torsten Kunst committed
            "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",
bo_pgaebler's avatar
bo_pgaebler committed
            "version": "3.11.1",
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",
bo_pgaebler's avatar
bo_pgaebler committed
                "reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
bo_pgaebler's avatar
bo_pgaebler committed
                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/19473c30efe4f7b3cd42522d0b2e6e7f243c6f87",
                "reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87",
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"
                }
            ],
bo_pgaebler's avatar
bo_pgaebler committed
            "time": "2024-11-16T12:02:36+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "symfony/config",
bo_pgaebler's avatar
bo_pgaebler committed
            "version": "v5.4.46",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
bo_pgaebler's avatar
bo_pgaebler committed
                "reference": "977c88a02d7d3f16904a81907531b19666a08e78"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
bo_pgaebler's avatar
bo_pgaebler committed
                "url": "https://api.github.com/repos/symfony/config/zipball/977c88a02d7d3f16904a81907531b19666a08e78",
                "reference": "977c88a02d7d3f16904a81907531b19666a08e78",
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": {
bo_pgaebler's avatar
bo_pgaebler committed
                "source": "https://github.com/symfony/config/tree/v5.4.46"
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"
                }
            ],
bo_pgaebler's avatar
bo_pgaebler committed
            "time": "2024-10-30T07:58:02+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "symfony/dependency-injection",
bo_pgaebler's avatar
bo_pgaebler committed
            "version": "v5.4.48",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dependency-injection.git",
bo_pgaebler's avatar
bo_pgaebler committed
                "reference": "e5ca16dee39ef7d63e552ff0bf0a2526a1142c92"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
bo_pgaebler's avatar
bo_pgaebler committed
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e5ca16dee39ef7d63e552ff0bf0a2526a1142c92",
                "reference": "e5ca16dee39ef7d63e552ff0bf0a2526a1142c92",
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": {
bo_pgaebler's avatar
bo_pgaebler committed
                "source": "https://github.com/symfony/dependency-injection/tree/v5.4.48"
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"
                }
            ],
bo_pgaebler's avatar
bo_pgaebler committed
            "time": "2024-11-20T10:51:57+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "symfony/filesystem",
bo_pgaebler's avatar
bo_pgaebler committed
            "version": "v5.4.45",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
bo_pgaebler's avatar
bo_pgaebler committed
                "reference": "57c8294ed37d4a055b77057827c67f9558c95c54"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
bo_pgaebler's avatar
bo_pgaebler committed
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/57c8294ed37d4a055b77057827c67f9558c95c54",
                "reference": "57c8294ed37d4a055b77057827c67f9558c95c54",
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"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides basic utilities for the filesystem",
            "homepage": "https://symfony.com",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
bo_pgaebler's avatar
bo_pgaebler committed
                "source": "https://github.com/symfony/filesystem/tree/v5.4.45"
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"
                }
            ],
bo_pgaebler's avatar
bo_pgaebler committed
            "time": "2024-10-22T13:05:35+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "symfony/service-contracts",
bo_pgaebler's avatar
bo_pgaebler committed
            "version": "v2.5.4",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
bo_pgaebler's avatar
bo_pgaebler committed
                "reference": "f37b419f7aea2e9abf10abd261832cace12e3300"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
bo_pgaebler's avatar
bo_pgaebler committed
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f37b419f7aea2e9abf10abd261832cace12e3300",
                "reference": "f37b419f7aea2e9abf10abd261832cace12e3300",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/container": "^1.1",
                "symfony/deprecation-contracts": "^2.1|^3"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "suggest": {
                "symfony/service-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Service\\": ""
                }
            },
            "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": "Generic abstractions related to writing services",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
bo_pgaebler's avatar
bo_pgaebler committed
                "source": "https://github.com/symfony/service-contracts/tree/v2.5.4"
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"
                }
            ],
bo_pgaebler's avatar
bo_pgaebler committed
            "time": "2024-09-25T14:11:13+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "theseer/tokenizer",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "1.2.3",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/theseer/tokenizer.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": "^7.2 || ^8.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                }
            ],
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/theseer/tokenizer/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/theseer",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-03-03T12:36:25+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "phpmd/phpmd": 0
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=8.0.0",
Torsten Kunst's avatar
Torsten Kunst committed
        "ext-curl": ">=0",
        "ext-mbstring": ">=0",
        "ext-json": ">=1.0",
        "ext-pcre": ">=0"
    },
Torsten Kunst's avatar
Torsten Kunst committed
    "platform-dev": [],
Torsten Kunst's avatar
Torsten Kunst committed
    "platform-overrides": {
        "php": "8.0"
Torsten Kunst's avatar
Torsten Kunst committed
    },
bo_pgaebler's avatar
bo_pgaebler committed
    "plugin-api-version": "2.0.0"
Torsten Kunst's avatar
Torsten Kunst committed
}

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.