Replace moontoast/math with brick/math

This commit is contained in:
DariusIII
2020-01-09 23:51:49 +01:00
parent db93bc21a6
commit 8cfd4c1703
2 changed files with 46 additions and 1 deletions
+1
View File
@@ -90,6 +90,7 @@
"anhskohbo/no-captcha": "^3.0",
"b3rs3rk/steamfront": "dev-master",
"bhuvidya/laravel-countries": "^1.0",
"brick/math": "^0.8.9",
"canihavesomecoffee/thetvdbapi": "^1.0",
"cviebrock/laravel-elasticsearch": "^4.1",
"czproject/git-php": "^3.14",
Generated
+45 -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": "6e7ec9dea7f0fb45796543e5c09997f4",
"content-hash": "0e968e44ab50874994342465155a1601",
"packages": [
{
"name": "aharen/omdbapi",
@@ -261,6 +261,50 @@
],
"time": "2019-09-16T13:33:04+00:00"
},
{
"name": "brick/math",
"version": "0.8.9",
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
"reference": "2667c1659c1dcc681b4207f722180024d12a3626"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/2667c1659c1dcc681b4207f722180024d12a3626",
"reference": "2667c1659c1dcc681b4207f722180024d12a3626",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"php-coveralls/php-coveralls": "2.*",
"phpunit/phpunit": "7.*"
},
"type": "library",
"autoload": {
"psr-4": {
"Brick\\Math\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Arbitrary-precision arithmetic library",
"keywords": [
"Arbitrary-precision",
"BigInteger",
"BigRational",
"arithmetic",
"bigdecimal",
"bignum",
"brick",
"math"
],
"time": "2020-01-08T09:40:28+00:00"
},
{
"name": "cakephp/chronos",
"version": "1.3.0",