You've already forked wc-tier-and-package-prices
- Move submodule from vendor/magdev/ to lib/ to avoid Composer conflicts - Use relative submodule URL (../wc-licensed-product-client.git) - Pin submodule to v0.2.2 tag - Update composer.json with ^0.2 version constraint - Simplify .gitignore (no vendor exceptions needed) - Update workflow to exclude lib/.git instead of vendor/.git Based on working wp-fedistream implementation. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 lines
125 B
Plaintext
4 lines
125 B
Plaintext
[submodule "lib/wc-licensed-product-client"]
|
|
path = lib/wc-licensed-product-client
|
|
url = ../wc-licensed-product-client.git
|