From 7bee72ef2d6ea91aee4aae68436befab7bc03a53 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 4 Jan 2022 00:54:09 +0000 Subject: [PATCH] Use ~ instead of ^ for constraints on BedrockData and BedrockProtocol I got these two mixed up - they are exactly the opposite of what I thought. ~ is the stricter operator. --- composer.json | 4 ++-- composer.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 123247351..8c2f8902a 100644 --- a/composer.json +++ b/composer.json @@ -34,8 +34,8 @@ "adhocore/json-comment": "^1.1", "fgrosse/phpasn1": "^2.3", "netresearch/jsonmapper": "^4.0", - "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", diff --git a/composer.lock b/composer.lock index 34218ee55..be9b3c6eb 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": "cc667d8c5a4aaf129708742d04830e76", + "content-hash": "5dc75b1eaa0493544081f223d3e2304c", "packages": [ { "name": "adhocore/json-comment",