chore: lock implicit package updates to patches only (#68)

Probably not a good idea to have this pull the latest major and minor without explicitly bumping the target version in composer.json.

Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/68
This commit is contained in:
Victor Westerlund 2026-03-14 08:29:44 +01:00
parent f03800653d
commit 126e84b1eb
2 changed files with 8 additions and 13 deletions

View file

@ -1,7 +1,7 @@
{
"require": {
"vlw/mysql": "dev-master",
"vlw/xenum": "dev-master"
"vlw/mysql": "3.5.*",
"vlw/xenum": "1.1.*"
},
"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",
"This file is @generated automatically"
],
"content-hash": "a7ce20d192550ef2d037220b593b5eb9",
"content-hash": "c36d78f9e61db4f5ef380418afcc118b",
"packages": [
{
"name": "vlw/mysql",
"version": "dev-master",
"version": "3.5.11",
"source": {
"type": "git",
"url": "https://codeberg.org/vlw/php-mysql",
"reference": "0e367f797fa9348408881ed758976f21e8c667e4"
"reference": "73297feb826173cd0cd1a15e09e102618e060e2d"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
@ -32,17 +31,16 @@
}
],
"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",
"version": "dev-master",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://codeberg.org/vlw/php-xenum",
"reference": "ba3f43a9e2787bf938cfbfcb85ea87e5062df294"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
@ -66,10 +64,7 @@
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"vlw/mysql": 20,
"vlw/xenum": 20
},
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],