Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Conversation

mesilov
Copy link
Owner

@mesilov mesilov commented Jul 2, 2024

The existing dependency on ramsey/uuid has been replaced with symfony/uid in the codebase. This change is reflected in the Command constructor of src/Core/Commands/Command.php, and anywhere else where the ID of a command was previously retrieved using getUuid(). The getName() method has also been replaced with getId(). The composer.json and CHANGELOG files have been updated correspondingly.

The existing dependency on `ramsey/uuid` has been replaced with `symfony/uid` in the codebase. This change is reflected in the `Command` constructor of `src/Core/Commands/Command.php`, and anywhere else where the ID of a command was previously retrieved using `getUuid()`. The `getName()` method has also been replaced with `getId()`. The composer.json and CHANGELOG files have been updated correspondingly.

Signed-off-by: mesilov <[email protected]>
@mesilov mesilov added 2.x issue related with 2.x sdk version improvement improve DX developer experience 💠 core labels Jul 2, 2024
@mesilov mesilov self-assigned this Jul 2, 2024
@mesilov mesilov linked an issue Jul 2, 2024 that may be closed by this pull request
2 tasks
@mesilov mesilov merged commit 67c94ce into 385-publish-b24-php-sdk-beta-3 Jul 2, 2024
@mesilov mesilov deleted the feature/393-migrate-from-ramsey-uuid-to-symfony-uuid branch August 28, 2024 18:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

2.x issue related with 2.x sdk version 💠 core improve DX developer experience improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

migrate from Ramsey\Uuid to Symfony\Uuid

1 participant