Disable symlink for path repository in composer
Some checks failed
Create Release Package / build-release (push) Failing after 1m0s

Force Composer to copy files instead of symlink so vendor/
is properly included in release package (lib/ is excluded).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-29 22:19:08 +01:00
parent f4da9e116a
commit 6a10eada8c

View File

@@ -13,7 +13,10 @@
"repositories": [ "repositories": [
{ {
"type": "path", "type": "path",
"url": "lib/wc-licensed-product-client" "url": "lib/wc-licensed-product-client",
"options": {
"symlink": false
}
} }
], ],
"require": { "require": {