mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Replace moontoast/math with brick/math
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user