Change license client to use git repository instead of local path

- Updated composer.json repository from local path to git URL
- Package magdev/wc-licensed-product-client now fetched from:
  https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client.git
- Fixes symlink issues in release packages

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-22 19:19:44 +01:00
parent 79417e4971
commit 5834e067f4
2 changed files with 8 additions and 9 deletions

View File

@@ -12,8 +12,8 @@
], ],
"repositories": [ "repositories": [
{ {
"type": "path", "type": "vcs",
"url": "/home/magdev/workspaces/php/wc-licensed-product-client" "url": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client.git"
} }
], ],
"require": { "require": {

13
composer.lock generated
View File

@@ -4,14 +4,14 @@
"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": "0387e179142771dbc12a8dba42895bd0", "content-hash": "05af8ab515abe7e689c610724b54e27a",
"packages": [ "packages": [
{ {
"name": "magdev/wc-licensed-product-client", "name": "magdev/wc-licensed-product-client",
"version": "dev-main", "version": "dev-main",
"dist": { "source": {
"type": "path", "type": "git",
"url": "/home/magdev/workspaces/php/wc-licensed-product-client", "url": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client.git",
"reference": "83037ea0c2d9e365cf9ec0ad50251d3ebc7e4782" "reference": "83037ea0c2d9e365cf9ec0ad50251d3ebc7e4782"
}, },
"require": { "require": {
@@ -24,6 +24,7 @@
"require-dev": { "require-dev": {
"phpunit/phpunit": "^11.0" "phpunit/phpunit": "^11.0"
}, },
"default-branch": true,
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@@ -51,9 +52,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-22T15:24:57+00:00"
"relative": false
}
}, },
{ {
"name": "psr/cache", "name": "psr/cache",