From 493977661fdc0c552660885257fa4ff771f04715 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 30 May 2021 20:46:39 +0100 Subject: [PATCH] Require pocketmine/binaryutils ^0.2.1 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index ab9a0ff5d..7166c3e3b 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "adhocore/json-comment": "^1.1", "mdanter/ecc": "^1.0", "netresearch/jsonmapper": "^4.0", - "pocketmine/binaryutils": "^0.2.0", + "pocketmine/binaryutils": "^0.2.1", "pocketmine/callback-validator": "^1.0.2", "pocketmine/classloader": "dev-master", "pocketmine/color": "^0.2.0", diff --git a/composer.lock b/composer.lock index 730468fae..7940dfa2e 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": "7e519325ae271d7d2c56a481a64b8d44", + "content-hash": "59dbdc116eef096a5499b4c2b7082fb1", "packages": [ { "name": "adhocore/json-comment", @@ -321,16 +321,16 @@ }, { "name": "pocketmine/binaryutils", - "version": "0.2.0", + "version": "0.2.1", "source": { "type": "git", "url": "https://github.com/pmmp/BinaryUtils.git", - "reference": "595c4ca4b8056777729c8cc5db9614c731eaf63b" + "reference": "8cd078e2426f8100331f2d73bef10f481dad6cde" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/BinaryUtils/zipball/595c4ca4b8056777729c8cc5db9614c731eaf63b", - "reference": "595c4ca4b8056777729c8cc5db9614c731eaf63b", + "url": "https://api.github.com/repos/pmmp/BinaryUtils/zipball/8cd078e2426f8100331f2d73bef10f481dad6cde", + "reference": "8cd078e2426f8100331f2d73bef10f481dad6cde", "shasum": "" }, "require": { @@ -355,9 +355,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.0" + "source": "https://github.com/pmmp/BinaryUtils/tree/0.2.1" }, - "time": "2021-05-18T15:23:45+00:00" + "time": "2021-05-30T19:42:57+00:00" }, { "name": "pocketmine/callback-validator",