mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-24 20:04:28 +00:00
Merge 'minor-next' into 'major-next'
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/12151373979
This commit is contained in:
commit
3091e1325f
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -3,9 +3,6 @@ contact_links:
|
|||||||
- name: Help & support on Discord
|
- name: Help & support on Discord
|
||||||
url: https://discord.gg/bmSAZBG
|
url: https://discord.gg/bmSAZBG
|
||||||
about: We don't accept support requests on the issue tracker. Please try asking on Discord instead.
|
about: We don't accept support requests on the issue tracker. Please try asking on Discord instead.
|
||||||
- name: Help & support on forums
|
|
||||||
url: https://forums.pmmp.io
|
|
||||||
about: We don't accept support requests on the issue tracker. Please try asking on forums instead.
|
|
||||||
- name: Documentation
|
- name: Documentation
|
||||||
url: https://pmmp.rtfd.io
|
url: https://pmmp.rtfd.io
|
||||||
about: PocketMine-MP documentation
|
about: PocketMine-MP documentation
|
||||||
|
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@ -37,4 +37,7 @@ updates:
|
|||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: monthly
|
||||||
|
groups:
|
||||||
|
github-actions:
|
||||||
|
patterns: ["*"]
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
"ext-zlib": ">=1.2.11",
|
"ext-zlib": ">=1.2.11",
|
||||||
"composer-runtime-api": "^2.0",
|
"composer-runtime-api": "^2.0",
|
||||||
"adhocore/json-comment": "~1.2.0",
|
"adhocore/json-comment": "~1.2.0",
|
||||||
"pocketmine/netresearch-jsonmapper": "~v4.4.999",
|
"netresearch/jsonmapper": "~v5.0.0",
|
||||||
"pocketmine/bedrock-block-upgrade-schema": "~5.0.0+bedrock-1.21.40",
|
"pocketmine/bedrock-block-upgrade-schema": "~5.0.0+bedrock-1.21.40",
|
||||||
"pocketmine/bedrock-data": "~2.14.0+bedrock-1.21.40",
|
"pocketmine/bedrock-data": "~2.14.0+bedrock-1.21.40",
|
||||||
"pocketmine/bedrock-item-upgrade-schema": "~1.13.0+bedrock-1.21.40",
|
"pocketmine/bedrock-item-upgrade-schema": "~1.13.0+bedrock-1.21.40",
|
||||||
|
107
composer.lock
generated
107
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "c57e8f52250edfd03906219fe14fc240",
|
"content-hash": "119f9b72703588e608a010cefa55db0b",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "adhocore/json-comment",
|
"name": "adhocore/json-comment",
|
||||||
@ -125,6 +125,57 @@
|
|||||||
],
|
],
|
||||||
"time": "2023-11-29T23:19:16+00:00"
|
"time": "2023-11-29T23:19:16+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "netresearch/jsonmapper",
|
||||||
|
"version": "v5.0.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/cweiske/jsonmapper.git",
|
||||||
|
"reference": "8c64d8d444a5d764c641ebe97e0e3bc72b25bf6c"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8c64d8d444a5d764c641ebe97e0e3bc72b25bf6c",
|
||||||
|
"reference": "8c64d8d444a5d764c641ebe97e0e3bc72b25bf6c",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"ext-json": "*",
|
||||||
|
"ext-pcre": "*",
|
||||||
|
"ext-reflection": "*",
|
||||||
|
"ext-spl": "*",
|
||||||
|
"php": ">=7.1"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 || ~10.0",
|
||||||
|
"squizlabs/php_codesniffer": "~3.5"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"psr-0": {
|
||||||
|
"JsonMapper": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"OSL-3.0"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Christian Weiske",
|
||||||
|
"email": "cweiske@cweiske.de",
|
||||||
|
"homepage": "http://github.com/cweiske/jsonmapper/",
|
||||||
|
"role": "Developer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Map nested JSON structures onto PHP classes",
|
||||||
|
"support": {
|
||||||
|
"email": "cweiske@cweiske.de",
|
||||||
|
"issues": "https://github.com/cweiske/jsonmapper/issues",
|
||||||
|
"source": "https://github.com/cweiske/jsonmapper/tree/v5.0.0"
|
||||||
|
},
|
||||||
|
"time": "2024-09-08T10:20:00+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "pocketmine/bedrock-block-upgrade-schema",
|
"name": "pocketmine/bedrock-block-upgrade-schema",
|
||||||
"version": "5.0.0",
|
"version": "5.0.0",
|
||||||
@ -565,60 +616,6 @@
|
|||||||
},
|
},
|
||||||
"time": "2023-07-14T13:01:49+00:00"
|
"time": "2023-07-14T13:01:49+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "pocketmine/netresearch-jsonmapper",
|
|
||||||
"version": "v4.4.999",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/pmmp/netresearch-jsonmapper.git",
|
|
||||||
"reference": "9a6610033d56e358e86a3e4fd5f87063c7318833"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/pmmp/netresearch-jsonmapper/zipball/9a6610033d56e358e86a3e4fd5f87063c7318833",
|
|
||||||
"reference": "9a6610033d56e358e86a3e4fd5f87063c7318833",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"ext-json": "*",
|
|
||||||
"ext-pcre": "*",
|
|
||||||
"ext-reflection": "*",
|
|
||||||
"ext-spl": "*",
|
|
||||||
"php": ">=7.1"
|
|
||||||
},
|
|
||||||
"replace": {
|
|
||||||
"netresearch/jsonmapper": "~4.2.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 || ~10.0",
|
|
||||||
"squizlabs/php_codesniffer": "~3.5"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"autoload": {
|
|
||||||
"psr-0": {
|
|
||||||
"JsonMapper": "src/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"OSL-3.0"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Christian Weiske",
|
|
||||||
"email": "cweiske@cweiske.de",
|
|
||||||
"homepage": "http://github.com/cweiske/jsonmapper/",
|
|
||||||
"role": "Developer"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "Fork of netresearch/jsonmapper with security fixes needed by pocketmine/pocketmine-mp",
|
|
||||||
"support": {
|
|
||||||
"email": "cweiske@cweiske.de",
|
|
||||||
"issues": "https://github.com/cweiske/jsonmapper/issues",
|
|
||||||
"source": "https://github.com/pmmp/netresearch-jsonmapper/tree/v4.4.999"
|
|
||||||
},
|
|
||||||
"time": "2024-02-23T13:17:01+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "pocketmine/raklib",
|
"name": "pocketmine/raklib",
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user