Updated brick/math

This commit is contained in:
Jan Böhmer 2023-12-04 00:00:00 +01:00
parent 1911c62edd
commit 1daf556206
2 changed files with 23 additions and 12 deletions

View file

@ -12,7 +12,7 @@
"ext-mbstring": "*", "ext-mbstring": "*",
"api-platform/core": "^3.1", "api-platform/core": "^3.1",
"beberlei/doctrineextensions": "^1.2", "beberlei/doctrineextensions": "^1.2",
"brick/math": "^0.11.0", "brick/math": "0.12.1 as 0.11.0",
"composer/package-versions-deprecated": "^1.11.99.5", "composer/package-versions-deprecated": "^1.11.99.5",
"doctrine/annotations": "1.14.3", "doctrine/annotations": "1.14.3",
"doctrine/data-fixtures": "^1.6.6", "doctrine/data-fixtures": "^1.6.6",

33
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "f69e41dfdbfd08202ba19edb4a7a3f3d", "content-hash": "c234e23bafed7344416d533eb5dd1176",
"packages": [ "packages": [
{ {
"name": "api-platform/core", "name": "api-platform/core",
@ -295,25 +295,25 @@
}, },
{ {
"name": "brick/math", "name": "brick/math",
"version": "0.11.0", "version": "0.12.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/brick/math.git", "url": "https://github.com/brick/math.git",
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478" "reference": "f510c0a40911935b77b86859eb5223d58d660df1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478", "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1",
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478", "reference": "f510c0a40911935b77b86859eb5223d58d660df1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^8.0" "php": "^8.1"
}, },
"require-dev": { "require-dev": {
"php-coveralls/php-coveralls": "^2.2", "php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^9.0", "phpunit/phpunit": "^10.1",
"vimeo/psalm": "5.0.0" "vimeo/psalm": "5.16.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -333,12 +333,17 @@
"arithmetic", "arithmetic",
"bigdecimal", "bigdecimal",
"bignum", "bignum",
"bignumber",
"brick", "brick",
"math" "decimal",
"integer",
"math",
"mathematics",
"rational"
], ],
"support": { "support": {
"issues": "https://github.com/brick/math/issues", "issues": "https://github.com/brick/math/issues",
"source": "https://github.com/brick/math/tree/0.11.0" "source": "https://github.com/brick/math/tree/0.12.1"
}, },
"funding": [ "funding": [
{ {
@ -346,7 +351,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-01-15T23:15:59+00:00" "time": "2023-11-29T23:19:16+00:00"
}, },
{ {
"name": "composer/ca-bundle", "name": "composer/ca-bundle",
@ -18670,6 +18675,12 @@
} }
], ],
"aliases": [ "aliases": [
{
"package": "brick/math",
"version": "0.12.1.0",
"alias": "0.11.0",
"alias_normalized": "0.11.0.0"
},
{ {
"package": "dompdf/dompdf", "package": "dompdf/dompdf",
"version": "9999999-dev", "version": "9999999-dev",