File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 41
41
"symfony/mime" : " ^6.0" ,
42
42
"symfony/process" : " ^6.0" ,
43
43
"symfony/routing" : " ^6.0" ,
44
+ "symfony/uid" : " ^6.0" ,
44
45
"symfony/var-dumper" : " ^6.0" ,
45
46
"tijsverkoyen/css-to-inline-styles" : " ^2.2.2" ,
46
47
"vlucas/phpdotenv" : " ^5.4.1" ,
97
98
"phpstan/phpstan" : " ^1.4.7" ,
98
99
"phpunit/phpunit" : " ^9.5.8" ,
99
100
"predis/predis" : " ^1.1.9|^2.0" ,
100
- "symfony/cache" : " ^6.0" ,
101
- "symfony/uid" : " ^6.0"
101
+ "symfony/cache" : " ^6.0"
102
102
},
103
103
"provide" : {
104
104
"psr/container-implementation" : " 1.1|2.0" ,
169
169
"symfony/http-client" : " Required to enable support for the Symfony API mail transports (^6.0)." ,
170
170
"symfony/mailgun-mailer" : " Required to enable support for the Mailgun mail transport (^6.0)." ,
171
171
"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)."
174
173
},
175
174
"config" : {
176
175
"sort-packages" : true ,
Original file line number Diff line number Diff line change 46
46
"league/commonmark" : " Required to use Str::markdown() and Stringable::markdown() (^2.0.2)." ,
47
47
"ramsey/uuid" : " Required to use Str::uuid() (^4.2.2)." ,
48
48
"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)." ,
50
50
"symfony/var-dumper" : " Required to use the dd function (^6.0)." ,
51
51
"vlucas/phpdotenv" : " Required to use the Env class and env helper (^5.4.1)."
52
52
},
You can’t perform that action at this time.
0 commit comments