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 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", 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).",