diff --git a/composer.lock b/composer.lock index 2a7b046..f820b9b 100644 --- a/composer.lock +++ b/composer.lock @@ -1358,16 +1358,16 @@ }, { "name": "pocketmine/pocketmine-mp", - "version": "4.2.4", + "version": "4.2.5", "source": { "type": "git", "url": "https://github.com/pmmp/PocketMine-MP.git", - "reference": "05a5e5eac126064583af2e892cb9b3cc0b0a88b6" + "reference": "a6cb3313b05fa103ec0b85767e04a6ad9f693149" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/PocketMine-MP/zipball/05a5e5eac126064583af2e892cb9b3cc0b0a88b6", - "reference": "05a5e5eac126064583af2e892cb9b3cc0b0a88b6", + "url": "https://api.github.com/repos/pmmp/PocketMine-MP/zipball/a6cb3313b05fa103ec0b85767e04a6ad9f693149", + "reference": "a6cb3313b05fa103ec0b85767e04a6ad9f693149", "shasum": "" }, "require": { @@ -1441,7 +1441,7 @@ "homepage": "https://pmmp.io", "support": { "issues": "https://github.com/pmmp/PocketMine-MP/issues", - "source": "https://github.com/pmmp/PocketMine-MP/tree/4.2.4" + "source": "https://github.com/pmmp/PocketMine-MP/tree/4.2.5" }, "funding": [ { @@ -1453,7 +1453,7 @@ "type": "patreon" } ], - "time": "2022-03-18T20:20:32+00:00" + "time": "2022-03-28T15:34:57+00:00" }, { "name": "pocketmine/raklib", @@ -1857,25 +1857,24 @@ }, { "name": "ramsey/uuid", - "version": "4.2.3", + "version": "4.3.1", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df" + "reference": "8505afd4fea63b81a85d3b7b53ac3cb8dc347c28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df", - "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/8505afd4fea63b81a85d3b7b53ac3cb8dc347c28", + "reference": "8505afd4fea63b81a85d3b7b53ac3cb8dc347c28", "shasum": "" }, "require": { "brick/math": "^0.8 || ^0.9", + "ext-ctype": "*", "ext-json": "*", - "php": "^7.2 || ^8.0", - "ramsey/collection": "^1.0", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-php80": "^1.14" + "php": "^8.0", + "ramsey/collection": "^1.0" }, "replace": { "rhumsaa/uuid": "self.version" @@ -1912,9 +1911,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "4.x-dev" - }, "captainhook": { "force-install": true } @@ -1939,7 +1935,7 @@ ], "support": { "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid/tree/4.2.3" + "source": "https://github.com/ramsey/uuid/tree/4.3.1" }, "funding": [ { @@ -1951,7 +1947,7 @@ "type": "tidelift" } ], - "time": "2021-09-25T23:10:38+00:00" + "time": "2022-03-27T21:42:02+00:00" }, { "name": "symfony/console",