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:
@@ -19,7 +19,7 @@
|
||||
"require": {
|
||||
"php": ">=8.3.0",
|
||||
"twig/twig": "^3.0",
|
||||
"magdev/wc-licensed-product-client": "@dev"
|
||||
"magdev/wc-licensed-product-client": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
Reference in New Issue
Block a user