Skip to content

Commit 4e04bc5

Browse files
minor symfony#44587 [Uid] Add ulid keyword in composer.json (fancyweb)
This PR was merged into the 5.3 branch. Discussion ---------- [Uid] Add ulid keyword in composer.json | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 669b75f [Uid] Add ulid keyword in composer.json
2 parents d413baa + 669b75f commit 4e04bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Uid/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/uid",
33
"type": "library",
44
"description": "Provides an object-oriented API to generate and represent UIDs",
5-
"keywords": ["uid", "uuid"],
5+
"keywords": ["uid", "uuid", "ulid"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)