Use tagged fork of netresearch/jsonmapper

we need this for it to not be a huge pain in the ass to install PM as a composer dependency, which plugin CIs may do.
This commit is contained in:
Dylan K. Taylor
2023-06-01 14:51:04 +01:00
parent 1101f35c17
commit 3e87ad281f
2 changed files with 59 additions and 70 deletions

View File

@ -33,7 +33,7 @@
"composer-runtime-api": "^2.0",
"adhocore/json-comment": "^1.1",
"fgrosse/phpasn1": "^2.3",
"netresearch/jsonmapper": "dev-array-in-string-property-error as 4.2.0",
"pocketmine/netresearch-jsonmapper": "~v4.2.999",
"pocketmine/bedrock-block-upgrade-schema": "~2.1.0+bedrock-1.19.80",
"pocketmine/bedrock-data": "~2.2.0+bedrock-1.19.80",
"pocketmine/bedrock-item-upgrade-schema": "~1.2.0+bedrock-1.19.80",
@ -93,11 +93,5 @@
"update-translation-apis": [
"@php build/generate-known-translation-apis.php"
]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/dktapps/JsonMapper.git"
}
]
}
}