You've already forked wc-licensed-product
Fix composer validation for path repository
Some checks failed
Create Release Package / build-release (push) Failing after 1m0s
Some checks failed
Create Release Package / build-release (push) Failing after 1m0s
- Change version constraint from @dev to * for path repository - Remove --strict from composer validate (path repos can't have proper versions) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
echo "Building version: $VERSION"
|
||||
|
||||
- name: Validate composer.json
|
||||
run: composer validate --strict
|
||||
run: composer validate
|
||||
|
||||
- name: Install dependencies
|
||||
run: composer install --no-dev --optimize-autoloader --prefer-dist
|
||||
|
||||
Reference in New Issue
Block a user