We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c80da commit 126f823Copy full SHA for 126f823
README.md
@@ -12,7 +12,8 @@ This library is loosely based upon the [official GO client](https://github.com/h
12
|---|---|
13
|0.3.x|0.6.4|
14
|0.6.x|0.7-0.8|
15
-|dev-master|0.9-1.0.0|
+|v1.x|0.9-current|
16
+|dev-master|current|
17
18
Newer versions of the api lib will probably work in a limited capacity with older versions of Consul, but no guarantee
19
is made and backwards compatibility issues will not be addressed.
@@ -26,7 +27,7 @@ Require Entry:
26
27
```json
28
{
29
"require": {
- "dcarbone/php-consul-api": "@stable"
30
+ "dcarbone/php-consul-api": "^v1.0"
31
}
32
33
```
0 commit comments