Skip to content

Commit 414deca

Browse files
committed
fix: relax psr/log versioning
1 parent adff8c6 commit 414deca

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,21 @@
1616
"require": {
1717
"php": ">=8.1",
1818
"ext-redis": "*",
19-
"launchdarkly/server-sdk": ">=6.4.0 <7.0.0",
20-
"psr/log": "^3.0"
19+
"launchdarkly/server-sdk": ">=6.4.0 <7.0.0 || fix/psr-cache",
20+
"psr/log": "*"
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^3.68",
2424
"phpunit/php-code-coverage": "^9",
2525
"phpunit/phpunit": "^9",
2626
"vimeo/psalm": "^5"
2727
},
28+
"repositories": [
29+
{
30+
"type": "git",
31+
"url": "https://github.com/cb-freddysart/php-server-sdk.git"
32+
}
33+
],
2834
"autoload": {
2935
"psr-4": {
3036
"LaunchDarkly\\": "src/LaunchDarkly/"

0 commit comments

Comments
 (0)