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