chore: lock implicit package updates to patches only

This commit is contained in:
Victor Westerlund 2026-03-14 08:27:53 +01:00
parent f03800653d
commit d5146e7b81
Signed by: vlw
GPG key ID: 5DAF14C317AA7719
2 changed files with 8 additions and 13 deletions

View file

@ -1,7 +1,7 @@
{ {
"require": { "require": {
"vlw/mysql": "dev-master", "vlw/mysql": "3.5.*",
"vlw/xenum": "dev-master" "vlw/xenum": "1.1.*"
}, },
"minimum-stability": "dev" "minimum-stability": "dev"
} }

17
composer.lock generated
View file

@ -4,17 +4,16 @@
"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": "a7ce20d192550ef2d037220b593b5eb9", "content-hash": "c36d78f9e61db4f5ef380418afcc118b",
"packages": [ "packages": [
{ {
"name": "vlw/mysql", "name": "vlw/mysql",
"version": "dev-master", "version": "3.5.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://codeberg.org/vlw/php-mysql", "url": "https://codeberg.org/vlw/php-mysql",
"reference": "0e367f797fa9348408881ed758976f21e8c667e4" "reference": "73297feb826173cd0cd1a15e09e102618e060e2d"
}, },
"default-branch": true,
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -32,17 +31,16 @@
} }
], ],
"description": "Abstraction library for common MySQL/MariaDB DML operations with php-mysqli", "description": "Abstraction library for common MySQL/MariaDB DML operations with php-mysqli",
"time": "2025-07-29T07:46:46+00:00" "time": "2025-08-30T07:49:14+00:00"
}, },
{ {
"name": "vlw/xenum", "name": "vlw/xenum",
"version": "dev-master", "version": "1.1.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://codeberg.org/vlw/php-xenum", "url": "https://codeberg.org/vlw/php-xenum",
"reference": "ba3f43a9e2787bf938cfbfcb85ea87e5062df294" "reference": "ba3f43a9e2787bf938cfbfcb85ea87e5062df294"
}, },
"default-branch": true,
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -66,10 +64,7 @@
"packages-dev": [], "packages-dev": [],
"aliases": [], "aliases": [],
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": { "stability-flags": [],
"vlw/mysql": 20,
"vlw/xenum": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],