Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .ldrelease/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
- template:
name: php

branches:
- name: main
- name: 1.x

documentation:
gitHubPages: true
title: LaunchDarkly PHP SDK Consul integration
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This library provides a [Consul](https://www.consul.io/)-backed data source for

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.

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`.

The minimum PHP version is 7.3.

For more information, see [our SDK documentation](https://docs.launchdarkly.com/sdk/features/storing-data).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": ">=7.3",
"sensiolabs/consul-php-sdk": ">=2.1 <3.0",
"sensiolabs/consul-php-sdk": "^4",
"launchdarkly/server-sdk": "^4"
},
"require-dev": {
Expand Down