Skip to content
Snippets Groups Projects
composer.lock 111 KiB
Newer Older
Torsten Kunst's avatar
Torsten Kunst committed
                    "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-06-19T12:30:46+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "symfony/service-contracts",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "v2.5.3",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a2329596ddc8fd568900e3fc76cba42489ecc7f3",
                "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3",
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": {
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/symfony/service-contracts/tree/v2.5.3"
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": "2023-04-21T15:04:16+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": ">=7.3.0",
        "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": "7.3"
    },
Torsten Kunst's avatar
Torsten Kunst committed
    "plugin-api-version": "2.6.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.