Skip to content

Commit 5fd14dd

Browse files
Bumped version
1 parent 3ff8eeb commit 5fd14dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ This version supports [PHP](https://php.net) 7.1-7.4. To get started, simply req
3030
#### PHP 7.1+:
3131

3232
```
33-
$ composer require m4tthumphrey/php-gitlab-api:^10.1 php-http/guzzle6-adapter:^2.0.1 http-interop/http-factory-guzzle:^1.0
33+
$ composer require m4tthumphrey/php-gitlab-api:^10.2 php-http/guzzle6-adapter:^2.0.1 http-interop/http-factory-guzzle:^1.0
3434
```
3535

3636
#### PHP 7.2+:
3737

3838
```
39-
$ composer require m4tthumphrey/php-gitlab-api:^10.1 guzzlehttp/guzzle:^7.0.1 http-interop/http-factory-guzzle:^1.0
39+
$ composer require m4tthumphrey/php-gitlab-api:^10.2 guzzlehttp/guzzle:^7.0.1 http-interop/http-factory-guzzle:^1.0
4040
```
4141

4242
### Framework Integration
@@ -110,7 +110,7 @@ $builder->addPlugin($plugin);
110110
$client = new Gitlab\Client($builder);
111111
```
112112

113-
One can read more about HTTPlug plugins [here](https://docs.php-http.org/en/latest/plugins/introduction.html#how-it-works). Take a look around the [API methods](https://github.com/GitLabPHP/Client/tree/10.1/src/Api), and please feel free to report any bugs, noting our [code of conduct](.github/CODE_OF_CONDUCT.md).
113+
One can read more about HTTPlug plugins [here](https://docs.php-http.org/en/latest/plugins/introduction.html#how-it-works). Take a look around the [API methods](https://github.com/GitLabPHP/Client/tree/10.2/src/Api), and please feel free to report any bugs, noting our [code of conduct](.github/CODE_OF_CONDUCT.md).
114114

115115

116116
## Contributing

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class Client
7575
*
7676
* @var string
7777
*/
78-
private const USER_AGENT = 'gitlab-php-api-client/10.1';
78+
private const USER_AGENT = 'gitlab-php-api-client/10.2';
7979

8080
/**
8181
* The HTTP client builder.

0 commit comments

Comments
 (0)