Set lowest brick/math version to 0.8.16 for BigInteger::toBytes()

This commit is contained in:
Ben Ramsey
2025-12-13 20:29:30 -06:00
parent bec7176b05
commit d0766eba87
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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": {
Generated
+1 -1
View File
@@ -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",