mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
LoginPacket: use netresearch/jsonmapper for login data decoding
this makes retrieval static analysis friendly without extra steps.
This commit is contained in:
@ -41,7 +41,8 @@
|
||||
"pocketmine/classloader": "dev-master",
|
||||
"pocketmine/callback-validator": "^1.0.1",
|
||||
"adhocore/json-comment": "^0.1.0",
|
||||
"particle/validator": "^2.3"
|
||||
"particle/validator": "^2.3",
|
||||
"netresearch/jsonmapper": "^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpstan/phpstan": "^0.12.14",
|
||||
|
Reference in New Issue
Block a user