Fix composer validation for path repository
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:
2026-01-29 22:10:41 +01:00
parent bcd3481ea3
commit 0758caefc7
2 changed files with 2 additions and 2 deletions

View File

@@ -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": {