pocketmine/math 0.4.0

This commit is contained in:
Dylan K. Taylor 2021-10-29 21:56:56 +01:00
parent 1c18c731ef
commit 19f448d074
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 15 additions and 15 deletions

View File

@ -42,7 +42,7 @@
"pocketmine/errorhandler": "^0.3.0", "pocketmine/errorhandler": "^0.3.0",
"pocketmine/log": "^0.3.0", "pocketmine/log": "^0.3.0",
"pocketmine/log-pthreads": "^0.2.0", "pocketmine/log-pthreads": "^0.2.0",
"pocketmine/math": "^0.3.0", "pocketmine/math": "^0.4.0",
"pocketmine/nbt": "^0.3.0", "pocketmine/nbt": "^0.3.0",
"pocketmine/raklib": "^0.14.2", "pocketmine/raklib": "^0.14.2",
"pocketmine/raklib-ipc": "^0.1.0", "pocketmine/raklib-ipc": "^0.1.0",

28
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": "ddbcdbc7ea7247bea7fcb37e5c42340b", "content-hash": "3f467dca67940d465ceafbe5774d6977",
"packages": [ "packages": [
{ {
"name": "adhocore/json-comment", "name": "adhocore/json-comment",
@ -253,12 +253,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/BedrockProtocol.git", "url": "https://github.com/pmmp/BedrockProtocol.git",
"reference": "49e929d3a7c9aba21d6f0d9ac5ce73e23e6ca8b2" "reference": "c8d891b4dff9817d5fcd373dfec0608b20be3b0a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/49e929d3a7c9aba21d6f0d9ac5ce73e23e6ca8b2", "url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/c8d891b4dff9817d5fcd373dfec0608b20be3b0a",
"reference": "49e929d3a7c9aba21d6f0d9ac5ce73e23e6ca8b2", "reference": "c8d891b4dff9817d5fcd373dfec0608b20be3b0a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -267,7 +267,7 @@
"php": "^8.0", "php": "^8.0",
"pocketmine/binaryutils": "^0.2.0", "pocketmine/binaryutils": "^0.2.0",
"pocketmine/color": "^0.2.0", "pocketmine/color": "^0.2.0",
"pocketmine/math": "^0.3.0", "pocketmine/math": "^0.3.0 || ^0.4.0",
"pocketmine/nbt": "^0.3.0", "pocketmine/nbt": "^0.3.0",
"ramsey/uuid": "^4.1" "ramsey/uuid": "^4.1"
}, },
@ -293,7 +293,7 @@
"issues": "https://github.com/pmmp/BedrockProtocol/issues", "issues": "https://github.com/pmmp/BedrockProtocol/issues",
"source": "https://github.com/pmmp/BedrockProtocol/tree/master" "source": "https://github.com/pmmp/BedrockProtocol/tree/master"
}, },
"time": "2021-10-28T23:13:59+00:00" "time": "2021-10-29T20:54:42+00:00"
}, },
{ {
"name": "pocketmine/binaryutils", "name": "pocketmine/binaryutils",
@ -593,26 +593,26 @@
}, },
{ {
"name": "pocketmine/math", "name": "pocketmine/math",
"version": "0.3.0", "version": "0.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/Math.git", "url": "https://github.com/pmmp/Math.git",
"reference": "83ec067b12c066fc61d9fb129daf7e61ef3b1d63" "reference": "6d64e2555bd2e95ed024574f75d1cefc135c89fc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/Math/zipball/83ec067b12c066fc61d9fb129daf7e61ef3b1d63", "url": "https://api.github.com/repos/pmmp/Math/zipball/6d64e2555bd2e95ed024574f75d1cefc135c89fc",
"reference": "83ec067b12c066fc61d9fb129daf7e61ef3b1d63", "reference": "6d64e2555bd2e95ed024574f75d1cefc135c89fc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.4 || ^8.0", "php": "^8.0",
"php-64bit": "*" "php-64bit": "*"
}, },
"require-dev": { "require-dev": {
"irstea/phpunit-shim": "^8.5 || ^9.5", "irstea/phpunit-shim": "^8.5 || ^9.5",
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "0.12.90", "phpstan/phpstan": "0.12.99",
"phpstan/phpstan-strict-rules": "^0.12.4" "phpstan/phpstan-strict-rules": "^0.12.4"
}, },
"type": "library", "type": "library",
@ -628,9 +628,9 @@
"description": "PHP library containing math related code used in PocketMine-MP", "description": "PHP library containing math related code used in PocketMine-MP",
"support": { "support": {
"issues": "https://github.com/pmmp/Math/issues", "issues": "https://github.com/pmmp/Math/issues",
"source": "https://github.com/pmmp/Math/tree/0.3.0" "source": "https://github.com/pmmp/Math/tree/0.4.0"
}, },
"time": "2021-07-14T18:39:31+00:00" "time": "2021-10-29T20:33:10+00:00"
}, },
{ {
"name": "pocketmine/nbt", "name": "pocketmine/nbt",