Skip to content

Commit 1207ed9

Browse files
committed
chore: make support package depend on symfony/uid
1 parent 2b86c34 commit 1207ed9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/support/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"php": "^8.4",
88
"doctrine/inflector": "^2.0",
99
"tempest/container": "dev-main",
10-
"voku/portable-ascii": "^2.0.3"
10+
"voku/portable-ascii": "^2.0.3",
11+
"symfony/uid": "^7.1"
1112
},
1213
"autoload": {
1314
"psr-4": {

0 commit comments

Comments
 (0)