Composer: do not allow automatic minor dependency updates

manual intervention should always be used here, since we need to present a consistent API to plugins.
This commit is contained in:
Dylan K. Taylor 2023-07-01 11:57:13 +01:00
parent c86c9b3ead
commit 321972b87b
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 6 additions and 6 deletions

View File

@ -31,8 +31,8 @@
"ext-zip": "*", "ext-zip": "*",
"ext-zlib": ">=1.2.11", "ext-zlib": ">=1.2.11",
"composer-runtime-api": "^2.0", "composer-runtime-api": "^2.0",
"adhocore/json-comment": "^1.1", "adhocore/json-comment": "~1.2.0",
"fgrosse/phpasn1": "^2.3", "fgrosse/phpasn1": "~2.5.0",
"pocketmine/netresearch-jsonmapper": "~v4.2.999", "pocketmine/netresearch-jsonmapper": "~v4.2.999",
"pocketmine/bedrock-block-upgrade-schema": "~2.2.0+bedrock-1.20.0", "pocketmine/bedrock-block-upgrade-schema": "~2.2.0+bedrock-1.20.0",
"pocketmine/bedrock-data": "~2.3.0+bedrock-1.20.0", "pocketmine/bedrock-data": "~2.3.0+bedrock-1.20.0",
@ -51,9 +51,9 @@
"pocketmine/raklib": "^0.14.2", "pocketmine/raklib": "^0.14.2",
"pocketmine/raklib-ipc": "^0.1.0", "pocketmine/raklib-ipc": "^0.1.0",
"pocketmine/snooze": "^0.3.0", "pocketmine/snooze": "^0.3.0",
"ramsey/uuid": "^4.1", "ramsey/uuid": "~4.7.0",
"symfony/filesystem": "^5.4", "symfony/filesystem": "~5.4.0",
"webmozart/path-util": "^2.3" "webmozart/path-util": "~2.3.0"
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "1.10.15", "phpstan/phpstan": "1.10.15",

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", "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": "fcfde015c4c61d0a422234b5858b98a7", "content-hash": "01dabd17488f8f5a5ac5c65b9eb8eea4",
"packages": [ "packages": [
{ {
"name": "adhocore/json-comment", "name": "adhocore/json-comment",