Skip to content

Commit 99706db

Browse files
committed
Add symfony/uid as a runtime dependency
Move symfony/uid from require-dev to require. This package is required for Str::ulid() to work and Laravel includes it by default for this reason. Hypervel should match Laravel's behavior here. See: https://github.com/laravel/framework/blob/27de0d9eaf1889da0421d9c21402c84de4cacfc3/composer.json#L59
1 parent b2f3dca commit 99706db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
"symfony/error-handler": "^6.3",
139139
"symfony/mailer": "^6.2",
140140
"symfony/process": "^6.2",
141+
"symfony/uid": "^7.4",
141142
"tijsverkoyen/css-to-inline-styles": "^2.2.5"
142143
},
143144
"replace": {
@@ -216,7 +217,6 @@
216217
"phpunit/phpunit": "10.5.45",
217218
"pusher/pusher-php-server": "^7.2",
218219
"swoole/ide-helper": "~5.1.0",
219-
"symfony/uid": "^7.4",
220220
"symfony/yaml": "^7.3"
221221
},
222222
"config": {

0 commit comments

Comments
 (0)