We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adff8c6 commit 414decaCopy full SHA for 414deca
composer.json
@@ -16,15 +16,21 @@
16
"require": {
17
"php": ">=8.1",
18
"ext-redis": "*",
19
- "launchdarkly/server-sdk": ">=6.4.0 <7.0.0",
20
- "psr/log": "^3.0"
+ "launchdarkly/server-sdk": ">=6.4.0 <7.0.0 || fix/psr-cache",
+ "psr/log": "*"
21
},
22
"require-dev": {
23
"friendsofphp/php-cs-fixer": "^3.68",
24
"phpunit/php-code-coverage": "^9",
25
"phpunit/phpunit": "^9",
26
"vimeo/psalm": "^5"
27
28
+ "repositories": [
29
+ {
30
+ "type": "git",
31
+ "url": "https://github.com/cb-freddysart/php-server-sdk.git"
32
+ }
33
+ ],
34
"autoload": {
35
"psr-4": {
36
"LaunchDarkly\\": "src/LaunchDarkly/"
0 commit comments