diff options
author | Mario <mario@mariovavti.com> | 2021-02-15 18:27:20 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-15 18:27:20 +0000 |
commit | 18c8f1b903e90ca3632520b90d21ec3770bf6e0b (patch) | |
tree | 542ce373170e5693d32516aa11d7569ed312ad03 /vendor/composer/installed.json | |
parent | 4171a0136ad4f14bdd5d7621b4c7decd3e942c8c (diff) | |
download | volse-hubzilla-18c8f1b903e90ca3632520b90d21ec3770bf6e0b.tar.gz volse-hubzilla-18c8f1b903e90ca3632520b90d21ec3770bf6e0b.tar.bz2 volse-hubzilla-18c8f1b903e90ca3632520b90d21ec3770bf6e0b.zip |
composer update brick/math
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r-- | vendor/composer/installed.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 9bb39f769..e67369af2 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -66,29 +66,29 @@ }, { "name": "brick/math", - "version": "0.9.1", - "version_normalized": "0.9.1.0", + "version": "0.9.2", + "version_normalized": "0.9.2.0", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "283a40c901101e66de7061bd359252c013dcc43c" + "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/283a40c901101e66de7061bd359252c013dcc43c", - "reference": "283a40c901101e66de7061bd359252c013dcc43c", + "url": "https://api.github.com/repos/brick/math/zipball/dff976c2f3487d42c1db75a3b180e2b9f0e72ce0", + "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0", "shasum": "" }, "require": { "ext-json": "*", - "php": "^7.1|^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", - "phpunit/phpunit": "^7.5.15|^8.5", - "vimeo/psalm": "^3.5" + "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0", + "vimeo/psalm": "4.3.2" }, - "time": "2020-08-18T23:57:15+00:00", + "time": "2021-01-20T22:51:39+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -113,7 +113,7 @@ ], "support": { "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/master" + "source": "https://github.com/brick/math/tree/0.9.2" }, "funding": [ { |