Skip to content

Commit 02d9eda

Browse files
committed
bump Consul client dependency to 4.x
1 parent 23eb663 commit 02d9eda

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This library provides a [Consul](https://www.consul.io/)-backed data source for
66

77
The minimum version of the LaunchDarkly PHP SDK for use with this library is 4.0.0. In earlier versions of the SDK, the Consul integration was bundled in the main SDK package.
88

9+
This version of the package uses version 4.x of the `consul-php-sdk` client. If your application needs to use an earlier version of `consul-php-sdk`, use a 1.x version of `launchdarkly/server-sdk-consul`.
10+
911
The minimum PHP version is 7.3.
1012

1113
For more information, see [our SDK documentation](https://docs.launchdarkly.com/sdk/features/storing-data).

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": ">=7.3",
24-
"sensiolabs/consul-php-sdk": ">=2.1 <3.0",
24+
"sensiolabs/consul-php-sdk": "^4",
2525
"launchdarkly/server-sdk": "^4"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)