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.
This commit is contained in:
Dylan K. Taylor 2022-01-04 00:54:09 +00:00
parent 0d595e4324
commit 7bee72ef2d
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 3 additions and 3 deletions

View File

@ -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",

2
composer.lock generated
View File

@ -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",