Skip to content

Commit 1f0ad09

Browse files
authored
Merge pull request #12 from launchdarkly/eb/sc-157045/php-client-update
bump Consul client dependency to 4.x
2 parents 23eb663 + 17c8396 commit 1f0ad09

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.ldrelease/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
- template:
99
name: php
1010

11+
branches:
12+
- name: main
13+
- name: 1.x
14+
1115
documentation:
1216
gitHubPages: true
1317
title: LaunchDarkly PHP SDK Consul integration

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)