Skip to content

Commit

Permalink
Add symfony/uid package for generating ULIDs
Browse files Browse the repository at this point in the history
- Locking symfony/polyfill-uuid (v1.31.0)
- Locking symfony/uid (v7.1.6)
  • Loading branch information
corphi committed Jan 23, 2025
1 parent 6b4c7e2 commit 778e234
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 3 deletions.
1 change: 1 addition & 0 deletions webservice/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"symfony/runtime": "7.1.*",
"symfony/stimulus-bundle": "2.19.*",
"symfony/twig-bundle": "7.1.*",
"symfony/uid": "7.1.*",
"symfony/ux-icons": "^2.22",
"symfony/ux-live-component": "^2.22",
"symfony/yaml": "7.1.*",
Expand Down
159 changes: 156 additions & 3 deletions webservice/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions webservice/symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,15 @@
"templates/base.html.twig"
]
},
"symfony/uid": {
"version": "7.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "7.0",
"ref": "0df5844274d871b37fc3816c57a768ffc60a43a5"
}
},
"symfony/ux-icons": {
"version": "2.22",
"recipe": {
Expand Down

0 comments on commit 778e234

Please sign in to comment.