Skip to content

Commit 57d0b25

Browse files
authored
[9.x] Bump ramsey/uuid (#45367)
* Update composer.json * Update tests.yml * wip
1 parent adef889 commit 57d0b25

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
timeout_minutes: 5
7575
max_attempts: 5
76-
command: composer require ramsey/collection:^1.2 brick/math:^0.9.3 symfony/css-selector:^6.0 --no-interaction --no-update
76+
command: composer require brick/math:^0.9.3 symfony/css-selector:^6.0 --no-interaction --no-update
7777
if: matrix.php >= 8.1
7878

7979
- name: Set Minimum PHP 8.2 Versions
@@ -150,7 +150,7 @@ jobs:
150150
with:
151151
timeout_minutes: 5
152152
max_attempts: 5
153-
command: composer require ramsey/collection:~1.2 brick/math:~0.9.3 symfony/css-selector:~6.0 --no-interaction --no-update
153+
command: composer require brick/math:~0.9.3 symfony/css-selector:~6.0 --no-interaction --no-update
154154
if: matrix.php >= 8.1
155155

156156
- name: Set Minimum PHP 8.2 Versions

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"psr/container": "^1.1.1|^2.0.1",
3232
"psr/log": "^1.0|^2.0|^3.0",
3333
"psr/simple-cache": "^1.0|^2.0|^3.0",
34-
"ramsey/uuid": "^4.2.2",
34+
"ramsey/uuid": "^4.7",
3535
"symfony/console": "^6.0.9",
3636
"symfony/error-handler": "^6.0",
3737
"symfony/finder": "^6.0",

src/Illuminate/Queue/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"illuminate/pipeline": "^9.0",
2626
"illuminate/support": "^9.0",
2727
"laravel/serializable-closure": "^1.2.2",
28-
"ramsey/uuid": "^4.2.2",
28+
"ramsey/uuid": "^4.7",
2929
"symfony/process": "^6.0"
3030
},
3131
"autoload": {

src/Illuminate/Support/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"suggest": {
4545
"illuminate/filesystem": "Required to use the composer class (^9.0).",
4646
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
47-
"ramsey/uuid": "Required to use Str::uuid() (^4.2.2).",
47+
"ramsey/uuid": "Required to use Str::uuid() (^4.7).",
4848
"symfony/process": "Required to use the composer class (^6.0).",
4949
"symfony/uid": "Required to use Str::ulid() (^6.0).",
5050
"symfony/var-dumper": "Required to use the dd function (^6.0).",

0 commit comments

Comments
 (0)