You've already forked wc-tier-and-package-prices
Fix CI/CD: Move submodule to lib/ directory like wp-fedistream
- 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>
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -3,10 +3,7 @@
|
||||
Thumbs.db
|
||||
|
||||
# Composer
|
||||
/vendor/*
|
||||
!/vendor/magdev/
|
||||
/vendor/magdev/*
|
||||
!/vendor/magdev/wc-licensed-product-client/
|
||||
/vendor/
|
||||
composer.lock
|
||||
|
||||
# Twig cache
|
||||
|
||||
Reference in New Issue
Block a user