From 81ebd449491a08ac7d06eb4c13c063e2c13034fb Mon Sep 17 00:00:00 2001 From: VixikHD Date: Sun, 6 Feb 2022 12:41:46 +0100 Subject: [PATCH] Update composer --- composer.json | 4 +- composer.lock | 195 +++++++++++++++++++++++++------------------------- 2 files changed, 99 insertions(+), 100 deletions(-) diff --git a/composer.json b/composer.json index 97704a5..59a2089 100644 --- a/composer.json +++ b/composer.json @@ -8,11 +8,11 @@ "ext-yaml": "*", "ext-pthreads": "*", "ext-json": "*", - "pocketmine/pocketmine-mp": "4.0.0", + "pocketmine/pocketmine-mp": "4.0.9", "ext-gd": "*" }, "require-dev": { - "phpstan/phpstan": "1.2.0" + "phpstan/phpstan": "1.4.5" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index c0bcce4..aefcbde 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "dacc183d035d0e271307ad4f0b3c5d9f", + "content-hash": "df8e44d3927788b7affae8c9ea68f42e", "packages": [ { "name": "adhocore/json-comment", @@ -123,24 +123,24 @@ }, { "name": "fgrosse/phpasn1", - "version": "v2.3.0", + "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/fgrosse/PHPASN1.git", - "reference": "20299033c35f4300eb656e7e8e88cf52d1d6694e" + "reference": "eef488991d53e58e60c9554b09b1201ca5ba9296" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/20299033c35f4300eb656e7e8e88cf52d1d6694e", - "reference": "20299033c35f4300eb656e7e8e88cf52d1d6694e", + "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/eef488991d53e58e60c9554b09b1201ca5ba9296", + "reference": "eef488991d53e58e60c9554b09b1201ca5ba9296", "shasum": "" }, "require": { - "php": ">=7.0.0" + "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0" }, "require-dev": { - "phpunit/phpunit": "~6.3", - "satooshi/php-coveralls": "~2.0" + "php-coveralls/php-coveralls": "~2.0", + "phpunit/phpunit": "^6.3 || ^7.0 || ^8.0" }, "suggest": { "ext-bcmath": "BCmath is the fallback extension for big integer calculations", @@ -192,9 +192,9 @@ ], "support": { "issues": "https://github.com/fgrosse/PHPASN1/issues", - "source": "https://github.com/fgrosse/PHPASN1/tree/v2.3.0" + "source": "https://github.com/fgrosse/PHPASN1/tree/v2.4.0" }, - "time": "2021-04-24T19:01:55+00:00" + "time": "2021-12-11T12:41:06+00:00" }, { "name": "netresearch/jsonmapper", @@ -275,16 +275,16 @@ }, { "name": "pocketmine/bedrock-protocol", - "version": "7.0.0+bedrock-1.18.0", + "version": "7.1.0+bedrock-1.18.0", "source": { "type": "git", "url": "https://github.com/pmmp/BedrockProtocol.git", - "reference": "040a883a4abb8c9b93114d5278cb5fecc635da82" + "reference": "42f2a00634c17c346fd98c05b2daf29d1fbf5805" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/040a883a4abb8c9b93114d5278cb5fecc635da82", - "reference": "040a883a4abb8c9b93114d5278cb5fecc635da82", + "url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/42f2a00634c17c346fd98c05b2daf29d1fbf5805", + "reference": "42f2a00634c17c346fd98c05b2daf29d1fbf5805", "shasum": "" }, "require": { @@ -316,22 +316,22 @@ "description": "An implementation of the Minecraft: Bedrock Edition protocol in PHP", "support": { "issues": "https://github.com/pmmp/BedrockProtocol/issues", - "source": "https://github.com/pmmp/BedrockProtocol/tree/7.0.0+bedrock-1.18.0" + "source": "https://github.com/pmmp/BedrockProtocol/tree/7.1.0+bedrock-1.18.0" }, - "time": "2021-11-30T19:02:41+00:00" + "time": "2021-12-15T03:07:05+00:00" }, { "name": "pocketmine/binaryutils", - "version": "0.2.2", + "version": "0.2.4", "source": { "type": "git", "url": "https://github.com/pmmp/BinaryUtils.git", - "reference": "f883e1cf9099ed6a757a10a2f75b3333eeb2cdf9" + "reference": "5ac7eea91afbad8dc498f5ce34ce6297d5e6ea9a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/BinaryUtils/zipball/f883e1cf9099ed6a757a10a2f75b3333eeb2cdf9", - "reference": "f883e1cf9099ed6a757a10a2f75b3333eeb2cdf9", + "url": "https://api.github.com/repos/pmmp/BinaryUtils/zipball/5ac7eea91afbad8dc498f5ce34ce6297d5e6ea9a", + "reference": "5ac7eea91afbad8dc498f5ce34ce6297d5e6ea9a", "shasum": "" }, "require": { @@ -340,8 +340,10 @@ }, "require-dev": { "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "0.12.99", - "phpstan/phpstan-strict-rules": "^0.12.4" + "phpstan/phpstan": "1.3.0", + "phpstan/phpstan-phpunit": "^1.0", + "phpstan/phpstan-strict-rules": "^1.0.0", + "phpunit/phpunit": "^9.5" }, "type": "library", "autoload": { @@ -356,9 +358,9 @@ "description": "Classes and methods for conveniently handling binary data", "support": { "issues": "https://github.com/pmmp/BinaryUtils/issues", - "source": "https://github.com/pmmp/BinaryUtils/tree/0.2.2" + "source": "https://github.com/pmmp/BinaryUtils/tree/0.2.4" }, - "time": "2021-10-22T19:54:16+00:00" + "time": "2022-01-12T18:06:33+00:00" }, { "name": "pocketmine/callback-validator", @@ -533,16 +535,16 @@ }, { "name": "pocketmine/locale-data", - "version": "2.0.20", + "version": "2.4.3", "source": { "type": "git", "url": "https://github.com/pmmp/Language.git", - "reference": "a6e4eb22587e0014f6d658732cf633262723f8d3" + "reference": "4d0b081f1a79407e087968ea76aaf330db6ea2b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/Language/zipball/a6e4eb22587e0014f6d658732cf633262723f8d3", - "reference": "a6e4eb22587e0014f6d658732cf633262723f8d3", + "url": "https://api.github.com/repos/pmmp/Language/zipball/4d0b081f1a79407e087968ea76aaf330db6ea2b5", + "reference": "4d0b081f1a79407e087968ea76aaf330db6ea2b5", "shasum": "" }, "type": "library", @@ -550,9 +552,9 @@ "description": "Language resources used by PocketMine-MP", "support": { "issues": "https://github.com/pmmp/Language/issues", - "source": "https://github.com/pmmp/Language/tree/2.0.20" + "source": "https://github.com/pmmp/Language/tree/2.4.3" }, - "time": "2021-11-25T20:56:12+00:00" + "time": "2022-01-25T23:18:24+00:00" }, { "name": "pocketmine/log", @@ -641,16 +643,16 @@ }, { "name": "pocketmine/math", - "version": "0.4.0", + "version": "0.4.2", "source": { "type": "git", "url": "https://github.com/pmmp/Math.git", - "reference": "6d64e2555bd2e95ed024574f75d1cefc135c89fc" + "reference": "aacc3759a508a69dfa5bc4dfa770ab733c5c94bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/Math/zipball/6d64e2555bd2e95ed024574f75d1cefc135c89fc", - "reference": "6d64e2555bd2e95ed024574f75d1cefc135c89fc", + "url": "https://api.github.com/repos/pmmp/Math/zipball/aacc3759a508a69dfa5bc4dfa770ab733c5c94bf", + "reference": "aacc3759a508a69dfa5bc4dfa770ab733c5c94bf", "shasum": "" }, "require": { @@ -658,10 +660,10 @@ "php-64bit": "*" }, "require-dev": { - "irstea/phpunit-shim": "^8.5 || ^9.5", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "0.12.99", - "phpstan/phpstan-strict-rules": "^0.12.4" + "phpstan/phpstan": "1.2.0", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^8.5 || ^9.5" }, "type": "library", "autoload": { @@ -676,22 +678,22 @@ "description": "PHP library containing math related code used in PocketMine-MP", "support": { "issues": "https://github.com/pmmp/Math/issues", - "source": "https://github.com/pmmp/Math/tree/0.4.0" + "source": "https://github.com/pmmp/Math/tree/0.4.2" }, - "time": "2021-10-29T20:33:10+00:00" + "time": "2021-12-05T01:15:17+00:00" }, { "name": "pocketmine/nbt", - "version": "0.3.0", + "version": "0.3.2", "source": { "type": "git", "url": "https://github.com/pmmp/NBT.git", - "reference": "98c4a04b55a915e18f83d3b0c9beb24a71abcd31" + "reference": "3e0d9ef6b6c5fb45e3745a121296e75631b3eefe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/NBT/zipball/98c4a04b55a915e18f83d3b0c9beb24a71abcd31", - "reference": "98c4a04b55a915e18f83d3b0c9beb24a71abcd31", + "url": "https://api.github.com/repos/pmmp/NBT/zipball/3e0d9ef6b6c5fb45e3745a121296e75631b3eefe", + "reference": "3e0d9ef6b6c5fb45e3745a121296e75631b3eefe", "shasum": "" }, "require": { @@ -700,10 +702,10 @@ "pocketmine/binaryutils": "^0.2.0" }, "require-dev": { - "irstea/phpunit-shim": "^9.5", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "0.12.85", - "phpstan/phpstan-strict-rules": "^0.12.4" + "phpstan/phpstan": "1.2.0", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^9.5" }, "type": "library", "autoload": { @@ -718,22 +720,22 @@ "description": "PHP library for working with Named Binary Tags", "support": { "issues": "https://github.com/pmmp/NBT/issues", - "source": "https://github.com/pmmp/NBT/tree/0.3.0" + "source": "https://github.com/pmmp/NBT/tree/0.3.2" }, - "time": "2021-05-18T15:46:33+00:00" + "time": "2021-12-16T01:02:37+00:00" }, { "name": "pocketmine/pocketmine-mp", - "version": "4.0.0", + "version": "4.0.9", "source": { "type": "git", "url": "https://github.com/pmmp/PocketMine-MP.git", - "reference": "468faa464b2bc5c97f23fafbb71ea61035f6f218" + "reference": "df1cdbe921adafde406e787b34b818b7ca49b765" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/PocketMine-MP/zipball/468faa464b2bc5c97f23fafbb71ea61035f6f218", - "reference": "468faa464b2bc5c97f23fafbb71ea61035f6f218", + "url": "https://api.github.com/repos/pmmp/PocketMine-MP/zipball/df1cdbe921adafde406e787b34b818b7ca49b765", + "reference": "df1cdbe921adafde406e787b34b818b7ca49b765", "shasum": "" }, "require": { @@ -766,18 +768,18 @@ "netresearch/jsonmapper": "^4.0", "php": "^8.0", "php-64bit": "*", - "pocketmine/bedrock-data": "^1.5.0+bedrock-1.18.0", - "pocketmine/bedrock-protocol": "^7.0.0+bedrock-1.18.0", + "pocketmine/bedrock-data": "~1.5.0+bedrock-1.18.0", + "pocketmine/bedrock-protocol": "~7.1.0+bedrock-1.18.0", "pocketmine/binaryutils": "^0.2.1", "pocketmine/callback-validator": "^1.0.2", "pocketmine/classloader": "^0.2.0", "pocketmine/color": "^0.2.0", "pocketmine/errorhandler": "^0.3.0", - "pocketmine/locale-data": "^2.0.16", + "pocketmine/locale-data": "~2.4.2", "pocketmine/log": "^0.4.0", "pocketmine/log-pthreads": "^0.4.0", "pocketmine/math": "^0.4.0", - "pocketmine/nbt": "^0.3.0", + "pocketmine/nbt": "^0.3.2", "pocketmine/raklib": "^0.14.2", "pocketmine/raklib-ipc": "^0.1.0", "pocketmine/snooze": "^0.3.0", @@ -785,19 +787,19 @@ "webmozart/path-util": "^2.3" }, "require-dev": { - "phpstan/phpstan": "1.2.0", + "phpstan/phpstan": "1.3.3", "phpstan/phpstan-phpunit": "^1.0.0", "phpstan/phpstan-strict-rules": "^1.0.0", "phpunit/phpunit": "^9.2" }, "type": "project", "autoload": { - "psr-4": { - "pocketmine\\": "src/" - }, "files": [ "src/CoreConstants.php" - ] + ], + "psr-4": { + "pocketmine\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -807,7 +809,7 @@ "homepage": "https://pmmp.io", "support": { "issues": "https://github.com/pmmp/PocketMine-MP/issues", - "source": "https://github.com/pmmp/PocketMine-MP/tree/4.0.0" + "source": "https://github.com/pmmp/PocketMine-MP/tree/4.0.9" }, "funding": [ { @@ -819,20 +821,20 @@ "type": "patreon" } ], - "time": "2021-12-01T22:33:52+00:00" + "time": "2022-02-05T16:08:10+00:00" }, { "name": "pocketmine/raklib", - "version": "0.14.2", + "version": "0.14.3", "source": { "type": "git", "url": "https://github.com/pmmp/RakLib.git", - "reference": "e3a861187470e1facc6625040128f447ebbcbaec" + "reference": "4798576fec0364266dce23b368a7fec5e5de7927" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/RakLib/zipball/e3a861187470e1facc6625040128f447ebbcbaec", - "reference": "e3a861187470e1facc6625040128f447ebbcbaec", + "url": "https://api.github.com/repos/pmmp/RakLib/zipball/4798576fec0364266dce23b368a7fec5e5de7927", + "reference": "4798576fec0364266dce23b368a7fec5e5de7927", "shasum": "" }, "require": { @@ -844,8 +846,8 @@ "pocketmine/log": "^0.3.0 || ^0.4.0" }, "require-dev": { - "phpstan/phpstan": "0.12.99", - "phpstan/phpstan-strict-rules": "^0.12.2" + "phpstan/phpstan": "1.3.3", + "phpstan/phpstan-strict-rules": "^1.0" }, "type": "library", "autoload": { @@ -860,9 +862,9 @@ "description": "A RakNet server implementation written in PHP", "support": { "issues": "https://github.com/pmmp/RakLib/issues", - "source": "https://github.com/pmmp/RakLib/tree/0.14.2" + "source": "https://github.com/pmmp/RakLib/tree/0.14.3" }, - "time": "2021-10-04T20:39:11+00:00" + "time": "2022-01-10T21:29:48+00:00" }, { "name": "pocketmine/raklib-ipc", @@ -1030,12 +1032,12 @@ "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "cd372a7b47a54734cbd491df40b5a48614d8d374" + "reference": "e3e9179f275a44b8e462816d1c65958ff90c4c96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/cd372a7b47a54734cbd491df40b5a48614d8d374", - "reference": "cd372a7b47a54734cbd491df40b5a48614d8d374", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/e3e9179f275a44b8e462816d1c65958ff90c4c96", + "reference": "e3e9179f275a44b8e462816d1c65958ff90c4c96", "shasum": "" }, "require": { @@ -1121,11 +1123,11 @@ "type": "tidelift" } ], - "time": "2021-10-13T18:44:27+00:00" + "time": "2022-01-29T19:05:59+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "dev-main", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", @@ -1146,7 +1148,6 @@ "suggest": { "ext-ctype": "For best performance" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1188,7 +1189,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/main" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0" }, "funding": [ { @@ -1208,7 +1209,7 @@ }, { "name": "symfony/polyfill-php80", - "version": "dev-main", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", @@ -1223,7 +1224,6 @@ "require": { "php": ">=7.1" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1235,12 +1235,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -1272,7 +1272,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/main" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0" }, "funding": [ { @@ -1292,7 +1292,7 @@ }, { "name": "symfony/polyfill-php81", - "version": "dev-main", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", @@ -1307,7 +1307,6 @@ "require": { "php": ">=7.1" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1319,12 +1318,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php81\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -1352,7 +1351,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/main" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0" }, "funding": [ { @@ -1484,16 +1483,16 @@ "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.2.0", + "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee" + "reference": "150d1fbd82fb71ff76b3bd7f6ea6006d89c5f0c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cbe085f9fdead5b6d62e4c022ca52dc9427a10ee", - "reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/150d1fbd82fb71ff76b3bd7f6ea6006d89c5f0c3", + "reference": "150d1fbd82fb71ff76b3bd7f6ea6006d89c5f0c3", "shasum": "" }, "require": { @@ -1509,7 +1508,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -1524,7 +1523,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.2.0" + "source": "https://github.com/phpstan/phpstan/tree/1.4.5" }, "funding": [ { @@ -1544,7 +1543,7 @@ "type": "tidelift" } ], - "time": "2021-11-18T14:09:01+00:00" + "time": "2022-02-02T19:35:10+00:00" } ], "aliases": [], @@ -1560,5 +1559,5 @@ "ext-gd": "*" }, "platform-dev": [], - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.2.0" }