File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,13 @@ You can visit [HTTPlug for library users](http://docs.php-http.org/en/latest/htt
21
21
Versioning
22
22
----------
23
23
24
- From the 6.0 stable release of Gitlab, I shall now be matching the client version with the Gitlab version. For example
25
- when Gitlab 6.1 is released I will release version 6.1.0 of the API client. If I need to make future updates to the client
26
- before the next API version is released, I'll simply use a 3rd build version - ` 6.1.1 ` , ` 6.1.2 ` etc for example.
24
+ Depending on your Gitlab server version, you must choose the right version of this library.
25
+ Please refer to the following table to pick the right one.
27
26
28
- It is recommended that you keep your composer file in sync with whatever version of Gitlab you are currently running:
29
- if you are using 6.0, you should require ` 6.0.* ` ; 6.1 should be ` 6.1.* ` ...
27
+ | Version| Gitlab API Version| Gitlab Version|
28
+ | -------| ------------------| --------------|
29
+ | 9.x | V4 | >= 9.0 |
30
+ | 8.x | V3 | < 9.5 |
30
31
31
32
General API Usage
32
33
-----------------
You can’t perform that action at this time.
0 commit comments