Fix composer repository config for CI compatibility
Some checks failed
Create Release Package / build-release (push) Failing after 3m3s

- Add VCS repository for wc-licensed-product-client
- Mark path repository as non-canonical
- Regenerate lock file with v0.2.2

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-01 15:39:27 +01:00
parent 9b100c5f45
commit 898d711b2f
2 changed files with 18 additions and 14 deletions

View File

@@ -17,7 +17,15 @@
"repositories": [ "repositories": [
{ {
"type": "path", "type": "path",
"url": "lib/wc-licensed-product-client" "url": "lib/wc-licensed-product-client",
"canonical": false,
"options": {
"symlink": false
}
},
{
"type": "vcs",
"url": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client.git"
} }
], ],
"require": { "require": {

22
composer.lock generated
View File

@@ -4,15 +4,15 @@
"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": "f1bf616abaeea828849b245662afaa13", "content-hash": "43c2814217974c30faf49971e114e0c0",
"packages": [ "packages": [
{ {
"name": "magdev/wc-licensed-product-client", "name": "magdev/wc-licensed-product-client",
"version": "dev-main", "version": "v0.2.2",
"dist": { "source": {
"type": "path", "type": "git",
"url": "lib/wc-licensed-product-client", "url": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client.git",
"reference": "f9281ec5fb23bf1993ab0240e0347c835009a10f" "reference": "56abe8a97c72419c07a6daf263ba6f4a9b5fe4b1"
}, },
"require": { "require": {
"php": "^8.3", "php": "^8.3",
@@ -51,9 +51,7 @@
"issues": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client/issues", "issues": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client/issues",
"source": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client" "source": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client"
}, },
"transport-options": { "time": "2026-01-28T10:56:47+00:00"
"relative": true
}
}, },
{ {
"name": "promphp/prometheus_client_php", "name": "promphp/prometheus_client_php",
@@ -3095,10 +3093,8 @@
} }
], ],
"aliases": [], "aliases": [],
"minimum-stability": "dev", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {},
"magdev/wc-licensed-product-client": 20
},
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {