fix: dependency stability version

This commit is contained in:
Victor Westerlund 2023-11-02 13:52:11 +01:00
parent e7da9d76eb
commit e4b170fe56
2 changed files with 7 additions and 12 deletions

View file

@ -1,5 +1,5 @@
{
"name": "victorwesterlund/innodb-fk",
"name": "victorwesterlund/libinnodb-fk",
"description": "Retrievie and optionally resolves foreign keys in a MySQL/MariaDB InnoDB database",
"type": "library",
"license": "GPL-3.0-only",
@ -16,7 +16,7 @@
}
},
"require": {
"victorwesterlund/libmysqldriver": "dev-master",
"victorwesterlund/xenum": "dev-master"
"victorwesterlund/libmysqldriver": "^3.0",
"victorwesterlund/xenum": "^1.0"
}
}

13
composer.lock generated
View file

@ -4,11 +4,11 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "eaa9235118e1c92aa3ba7d567dd02528",
"content-hash": "3d45c83fad219dba6e2178c379070b39",
"packages": [
{
"name": "victorwesterlund/libmysqldriver",
"version": "dev-master",
"version": "3.1.2",
"source": {
"type": "git",
"url": "https://github.com/VictorWesterlund/php-libmysqldriver.git",
@ -20,7 +20,6 @@
"reference": "f9ec9064147e2f78d14800e755ee54df25714d96",
"shasum": ""
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
@ -46,7 +45,7 @@
},
{
"name": "victorwesterlund/xenum",
"version": "dev-master",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/VictorWesterlund/php-xenum.git",
@ -58,7 +57,6 @@
"reference": "99b784841ee5b69fdfcc4c466ef54f3af4ea4a85",
"shasum": ""
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
@ -86,10 +84,7 @@
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"victorwesterlund/libmysqldriver": 20,
"victorwesterlund/xenum": 20
},
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],