Skip to content

Commit 7c6856b

Browse files
Bumped version
1 parent a8b21d7 commit 7c6856b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This version supports [PHP](https://php.net) 7.4-8.2. To get started, simply req
2828
### Standard Installation
2929

3030
```bash
31-
$ composer require "m4tthumphrey/php-gitlab-api:^11.12" \
31+
$ composer require "m4tthumphrey/php-gitlab-api:^11.13" \
3232
"guzzlehttp/guzzle:^7.8" "http-interop/http-factory-guzzle:^1.2"
3333
```
3434

@@ -37,7 +37,7 @@ $ composer require "m4tthumphrey/php-gitlab-api:^11.12" \
3737
#### Laravel:
3838

3939
```bash
40-
$ composer require "graham-campbell/gitlab:^7.4"
40+
$ composer require "graham-campbell/gitlab:^7.5"
4141
```
4242

4343
#### Symfony:

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class Client
9999
*
100100
* @var string
101101
*/
102-
private const USER_AGENT = 'gitlab-php-api-client/11.12';
102+
private const USER_AGENT = 'gitlab-php-api-client/11.13';
103103

104104
/**
105105
* The HTTP client builder.

0 commit comments

Comments
 (0)