Просмотр файла vendor/symfony/uid/composer.json

Размер файла: 919B
{
    "name": "symfony/uid",
    "type": "library",
    "description": "Provides an object-oriented API to generate and represent UIDs",
    "keywords": ["uid", "uuid", "ulid"],
    "homepage": "https://symfony.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Grégoire Pineau",
            "email": "[email protected]"
        },
        {
            "name": "Nicolas Grekas",
            "email": "[email protected]"
        },
        {
            "name": "Symfony Community",
            "homepage": "https://symfony.com/contributors"
        }
    ],
    "require": {
        "php": ">=8.0.2",
        "symfony/polyfill-uuid": "^1.15"
    },
    "require-dev": {
        "symfony/console": "^5.4|^6.0"
    },
    "autoload": {
        "psr-4": { "Symfony\\Component\\Uid\\": "" },
        "exclude-from-classmap": [
            "/Tests/"
        ]
    },
    "minimum-stability": "dev"
}