Update matrix library to version 3

This commit is contained in:
MarkBaker 2021-07-02 11:37:24 +02:00 committed by Mark Baker
parent 560e9a885c
commit 10a69f9983
2 changed files with 9 additions and 27 deletions

View File

@ -69,7 +69,7 @@
"ezyang/htmlpurifier": "^4.13", "ezyang/htmlpurifier": "^4.13",
"maennchen/zipstream-php": "^2.1", "maennchen/zipstream-php": "^2.1",
"markbaker/complex": "^3.0", "markbaker/complex": "^3.0",
"markbaker/matrix": "^2.0", "markbaker/matrix": "^3.0",
"psr/http-client": "^1.0", "psr/http-client": "^1.0",
"psr/http-factory": "^1.0", "psr/http-factory": "^1.0",
"psr/simple-cache": "^1.0" "psr/simple-cache": "^1.0"

34
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": "475a2da5744e2426d6201ca5d9c56283", "content-hash": "08bcc40376dc4b219b21d172e40c622d",
"packages": [ "packages": [
{ {
"name": "ezyang/htmlpurifier", "name": "ezyang/htmlpurifier",
@ -184,16 +184,16 @@
}, },
{ {
"name": "markbaker/matrix", "name": "markbaker/matrix",
"version": "2.1.3", "version": "3.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/MarkBaker/PHPMatrix.git", "url": "https://github.com/MarkBaker/PHPMatrix.git",
"reference": "174395a901b5ba0925f1d790fa91bab531074b61" "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/174395a901b5ba0925f1d790fa91bab531074b61", "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/c66aefcafb4f6c269510e9ac46b82619a904c576",
"reference": "174395a901b5ba0925f1d790fa91bab531074b61", "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -213,25 +213,7 @@
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Matrix\\": "classes/src/" "Matrix\\": "classes/src/"
}, }
"files": [
"classes/src/Functions/adjoint.php",
"classes/src/Functions/antidiagonal.php",
"classes/src/Functions/cofactors.php",
"classes/src/Functions/determinant.php",
"classes/src/Functions/diagonal.php",
"classes/src/Functions/identity.php",
"classes/src/Functions/inverse.php",
"classes/src/Functions/minors.php",
"classes/src/Functions/trace.php",
"classes/src/Functions/transpose.php",
"classes/src/Operations/add.php",
"classes/src/Operations/directsum.php",
"classes/src/Operations/subtract.php",
"classes/src/Operations/multiply.php",
"classes/src/Operations/divideby.php",
"classes/src/Operations/divideinto.php"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -252,9 +234,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/MarkBaker/PHPMatrix/issues", "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
"source": "https://github.com/MarkBaker/PHPMatrix/tree/2.1.3" "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.0"
}, },
"time": "2021-05-25T15:42:17+00:00" "time": "2021-07-01T19:01:15+00:00"
}, },
{ {
"name": "myclabs/php-enum", "name": "myclabs/php-enum",