File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 123
123
"symfony/translation" : " ^7.0.3"
124
124
},
125
125
"conflict" : {
126
- "mockery/mockery" : " 1.6.8" ,
127
126
"tightenco/collect" : " <5.5.33"
128
127
},
129
128
"provide" : {
Original file line number Diff line number Diff line change 19
19
"illuminate/contracts" : " ^11.0" ,
20
20
"illuminate/process" : " ^11.0" ,
21
21
"illuminate/support" : " ^11.0" ,
22
- "laravel/serializable-closure" : " ^1.2.2 "
22
+ "laravel/serializable-closure" : " ^1.3|^2.0 "
23
23
},
24
24
"autoload" : {
25
25
"psr-4" : {
Original file line number Diff line number Diff line change 48
48
},
49
49
"suggest" : {
50
50
"illuminate/filesystem" : " Required to use the Composer class (^11.0)." ,
51
- "laravel/serializable-closure" : " Required to use the once function (^1.3)." ,
51
+ "laravel/serializable-closure" : " Required to use the once function (^1.3|^2.0 )." ,
52
52
"league/commonmark" : " Required to use Str::markdown() and Stringable::markdown() (^2.6)." ,
53
53
"league/uri" : " Required to use the Uri class (^7.5.1)." ,
54
54
"ramsey/uuid" : " Required to use Str::uuid() (^4.7)." ,
You can’t perform that action at this time.
0 commit comments