mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-13 15:46:53 +03:00
Set lowest brick/math version to 0.8.16 for BigInteger::toBytes()
This commit is contained in:
@@ -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
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user