diff --git a/composer.json b/composer.json index 8ab4eff..034d1ad 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ ], "repositories": [ { - "type": "path", - "url": "/home/magdev/workspaces/php/wc-licensed-product-client" + "type": "vcs", + "url": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client.git" } ], "require": { diff --git a/composer.lock b/composer.lock index f1d3041..220b32f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,14 +4,14 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0387e179142771dbc12a8dba42895bd0", + "content-hash": "05af8ab515abe7e689c610724b54e27a", "packages": [ { "name": "magdev/wc-licensed-product-client", "version": "dev-main", - "dist": { - "type": "path", - "url": "/home/magdev/workspaces/php/wc-licensed-product-client", + "source": { + "type": "git", + "url": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client.git", "reference": "83037ea0c2d9e365cf9ec0ad50251d3ebc7e4782" }, "require": { @@ -24,6 +24,7 @@ "require-dev": { "phpunit/phpunit": "^11.0" }, + "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -51,9 +52,7 @@ "issues": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client/issues", "source": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client" }, - "transport-options": { - "relative": false - } + "time": "2026-01-22T15:24:57+00:00" }, { "name": "psr/cache",