Fix composer dependency version constraint (v0.0.2)
All checks were successful
Create Release Package / build-release (push) Successful in 57s

- Use ^0.2.2 instead of dev-main for wc-licensed-product-client
- Set minimum-stability to stable for CI/CD compatibility

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-01 15:35:35 +01:00
parent 7ff87f7c8d
commit 8c24dac85c
3 changed files with 11 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
],
"require": {
"php": ">=8.3",
"magdev/wc-licensed-product-client": "dev-main",
"magdev/wc-licensed-product-client": "^0.2.2",
"promphp/prometheus_client_php": "^2.10"
},
"require-dev": {
@@ -56,6 +56,6 @@
"phpcbf": "phpcbf",
"test": "phpunit"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true
}