diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 5336e20..61194dc 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -196,7 +196,7 @@ jobs: - name: "Downgrade brick/math in lock file for PHP 8.0" run: | - composer update brick/math:"0.8.8" + composer update brick/math:"0.8.16" - name: "Install dependencies (Composer)" uses: "ramsey/composer-install@v3" diff --git a/composer.json b/composer.json index b34d9b1..178019f 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": "^8.0", - "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14", + "brick/math": "^0.8.16 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14", "ramsey/collection": "^1.2 || ^2.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 5001cf3..56fa3c0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d8895fd90557f65b9066b8606c4912ff", + "content-hash": "bb087ab286c5dc749e589e7bb6eb96c1", "packages": [ { "name": "brick/math",