Skip to content

Commit ec13158

Browse files
authored
[11.x] Updates component dependencies (#53975)
* [11.x] Updates component dependencies Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> --------- Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent b6c9169 commit ec13158

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@
123123
"symfony/translation": "^7.0.3"
124124
},
125125
"conflict": {
126-
"mockery/mockery": "1.6.8",
127126
"tightenco/collect": "<5.5.33"
128127
},
129128
"provide": {

src/Illuminate/Concurrency/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"illuminate/contracts": "^11.0",
2020
"illuminate/process": "^11.0",
2121
"illuminate/support": "^11.0",
22-
"laravel/serializable-closure": "^1.2.2"
22+
"laravel/serializable-closure": "^1.3|^2.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

src/Illuminate/Support/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"suggest": {
5050
"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).",
5252
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.6).",
5353
"league/uri": "Required to use the Uri class (^7.5.1).",
5454
"ramsey/uuid": "Required to use Str::uuid() (^4.7).",

0 commit comments

Comments
 (0)