Skip to content

Commit ac66897

Browse files
committed
add version compatibility table
1 parent df9ddc3 commit ac66897

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ You can visit [HTTPlug for library users](http://docs.php-http.org/en/latest/htt
2121
Versioning
2222
----------
2323

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

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 |
3031

3132
General API Usage
3233
-----------------

0 commit comments

Comments
 (0)