Skip to content

Commit d98bdac

Browse files
authored
Require symfony/uid (#44202)
1 parent 8ea50bc commit d98bdac

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"symfony/mime": "^6.0",
4242
"symfony/process": "^6.0",
4343
"symfony/routing": "^6.0",
44+
"symfony/uid": "^6.0",
4445
"symfony/var-dumper": "^6.0",
4546
"tijsverkoyen/css-to-inline-styles": "^2.2.2",
4647
"vlucas/phpdotenv": "^5.4.1",
@@ -97,8 +98,7 @@
9798
"phpstan/phpstan": "^1.4.7",
9899
"phpunit/phpunit": "^9.5.8",
99100
"predis/predis": "^1.1.9|^2.0",
100-
"symfony/cache": "^6.0",
101-
"symfony/uid": "^6.0"
101+
"symfony/cache": "^6.0"
102102
},
103103
"provide": {
104104
"psr/container-implementation": "1.1|2.0",
@@ -169,8 +169,7 @@
169169
"symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.0).",
170170
"symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.0).",
171171
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.0).",
172-
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
173-
"symfony/uid": "Required to generate ULIDs for Eloquent (^6.0)."
172+
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
174173
},
175174
"config": {
176175
"sort-packages": true,

src/Illuminate/Support/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
4747
"ramsey/uuid": "Required to use Str::uuid() (^4.2.2).",
4848
"symfony/process": "Required to use the composer class (^6.0).",
49-
"symfony/uid": "Required to generate ULIDs for Eloquent (^6.0).",
49+
"symfony/uid": "Required to use Str::ulid() (^6.0).",
5050
"symfony/var-dumper": "Required to use the dd function (^6.0).",
5151
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
5252
},

0 commit comments

Comments
 (0)