FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Replace ramsey/uuid with symfony/uid · Issue #50 · php-task/php-task · GitHub

Replace ramsey/uuid with symfony/uid #50

Description

This is not that something is bad about ramsey/uuid. But we are using Symfony uid packages in most projects and inside sulu core so to have one less dependency we should replace also in here the uuid package.

-Uuid::uuid4()->toString();
+Uuid::v7()->toRfc4122();
composer require symfony/uid:"^5.4 || ^6.3 || ^7.0"

Reference: https://github.com/sulu/sulu/pull/7680/files

That way we also not longer require the brick/math package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL