Skip to content

Commit ca43707

Browse files
Bumped version
1 parent 0a1882b commit ca43707

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
@@ -28,15 +28,15 @@ This version supports [PHP](https://php.net) 7.2-8.0. To get started, simply req
2828
### Standard Installation
2929

3030
```
31-
$ composer require m4tthumphrey/php-gitlab-api:^11.0 guzzlehttp/guzzle:^7.2 http-interop/http-factory-guzzle:^1.0
31+
$ composer require m4tthumphrey/php-gitlab-api:^11.1 guzzlehttp/guzzle:^7.2 http-interop/http-factory-guzzle:^1.0
3232
```
3333

3434
### Framework Integration
3535

3636
#### Laravel:
3737

3838
```
39-
$ composer require graham-campbell/gitlab:^5.0 guzzlehttp/guzzle:^7.2 http-interop/http-factory-guzzle:^1.0
39+
$ composer require graham-campbell/gitlab:^5.1 guzzlehttp/guzzle:^7.2 http-interop/http-factory-guzzle:^1.0
4040
```
4141

4242
#### Symfony:
@@ -95,7 +95,7 @@ $builder->addPlugin($plugin);
9595
$client = new Gitlab\Client($builder);
9696
```
9797

98-
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/11.0/src/Api), and please feel free to report any bugs, noting our [code of conduct](.github/CODE_OF_CONDUCT.md).
98+
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/11.1/src/Api), and please feel free to report any bugs, noting our [code of conduct](.github/CODE_OF_CONDUCT.md).
9999

100100

101101
## Contributing

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Client
8585
*
8686
* @var string
8787
*/
88-
private const USER_AGENT = 'gitlab-php-api-client/11.0';
88+
private const USER_AGENT = 'gitlab-php-api-client/11.1';
8989

9090
/**
9191
* The HTTP client builder.

0 commit comments

Comments
 (0)