Skip to content

Commit d0766eb

Browse files
committed
Set lowest brick/math version to 0.8.16 for BigInteger::toBytes()
1 parent bec7176 commit d0766eb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196

197197
- name: "Downgrade brick/math in lock file for PHP 8.0"
198198
run: |
199-
composer update brick/math:"0.8.8"
199+
composer update brick/math:"0.8.16"
200200
201201
- name: "Install dependencies (Composer)"
202202
uses: "ramsey/composer-install@v3"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": "^8.0",
13-
"brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14",
13+
"brick/math": "^0.8.16 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14",
1414
"ramsey/collection": "^1.2 || ^2.0"
1515
},
1616
"require-dev": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)