From e7e02b35da1e265f66da38d224da7e56911b5c57 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 20 Dec 2022 09:53:11 +0100 Subject: [PATCH 1/3] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dd775c9576de..dd7d4fe26088 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "psr/container": "^1.1.1|^2.0.1", "psr/log": "^1.0|^2.0|^3.0", "psr/simple-cache": "^1.0|^2.0|^3.0", - "ramsey/uuid": "^4.2.2", + "ramsey/uuid": "^4.7", "symfony/console": "^6.0.9", "symfony/error-handler": "^6.0", "symfony/finder": "^6.0", From 474e0288b8383ccafb0368c190e8d6ae373c3948 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 20 Dec 2022 09:54:10 +0100 Subject: [PATCH 2/3] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 25d3a62e4e51..cebfd43494ee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -73,7 +73,7 @@ jobs: with: timeout_minutes: 5 max_attempts: 5 - command: composer require ramsey/collection:^1.2 brick/math:^0.9.3 symfony/css-selector:^6.0 --no-interaction --no-update + command: composer require brick/math:^0.9.3 symfony/css-selector:^6.0 --no-interaction --no-update if: matrix.php >= 8.1 - name: Set Minimum PHP 8.2 Versions @@ -150,7 +150,7 @@ jobs: with: timeout_minutes: 5 max_attempts: 5 - command: composer require ramsey/collection:~1.2 brick/math:~0.9.3 symfony/css-selector:~6.0 --no-interaction --no-update + command: composer require brick/math:~0.9.3 symfony/css-selector:~6.0 --no-interaction --no-update if: matrix.php >= 8.1 - name: Set Minimum PHP 8.2 Versions From 75b903745c30bb2c39bad3f4c7d852a3a994cc79 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 20 Dec 2022 10:05:31 +0100 Subject: [PATCH 3/3] wip --- src/Illuminate/Queue/composer.json | 2 +- src/Illuminate/Support/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Illuminate/Queue/composer.json b/src/Illuminate/Queue/composer.json index e96f32dd7ad5..f96817389190 100644 --- a/src/Illuminate/Queue/composer.json +++ b/src/Illuminate/Queue/composer.json @@ -25,7 +25,7 @@ "illuminate/pipeline": "^9.0", "illuminate/support": "^9.0", "laravel/serializable-closure": "^1.2.2", - "ramsey/uuid": "^4.2.2", + "ramsey/uuid": "^4.7", "symfony/process": "^6.0" }, "autoload": { diff --git a/src/Illuminate/Support/composer.json b/src/Illuminate/Support/composer.json index 7078b17074dc..cc86a2769939 100644 --- a/src/Illuminate/Support/composer.json +++ b/src/Illuminate/Support/composer.json @@ -44,7 +44,7 @@ "suggest": { "illuminate/filesystem": "Required to use the composer class (^9.0).", "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).", - "ramsey/uuid": "Required to use Str::uuid() (^4.2.2).", + "ramsey/uuid": "Required to use Str::uuid() (^4.7).", "symfony/process": "Required to use the composer class (^6.0).", "symfony/uid": "Required to use Str::ulid() (^6.0).", "symfony/var-dumper": "Required to use the dd function (^6.0).",