Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../../vendor/symfony/translation-contracts/../uid
الملفات الموجودة في هذا الـ Path:
.
..
AbstractUid.php
BinaryUtil.php
CHANGELOG.md
Command
Factory
LICENSE
MaxUlid.php
MaxUuid.php
NilUlid.php
NilUuid.php
README.md
TimeBasedUidInterface.php
Ulid.php
Uuid.php
UuidV1.php
UuidV3.php
UuidV4.php
UuidV5.php
UuidV6.php
UuidV7.php
UuidV8.php
composer.json

مشاهدة ملف: composer.json

{
    "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": "lyrixx@lyrixx.info"
        },
        {
            "name": "Nicolas Grekas",
            "email": "p@tchwork.com"
        },
        {
            "name": "Symfony Community",
            "homepage": "https://symfony.com/contributors"
        }
    ],
    "require": {
        "php": ">=8.1",
        "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"
}