Skip to content

Commit e483585

Browse files
Bumped versions
1 parent ebe5d9e commit e483585

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.11" \
31+
$ composer require "m4tthumphrey/php-gitlab-api:^11.12" \
3232
"guzzlehttp/guzzle:^7.5.1" "http-interop/http-factory-guzzle:^1.2"
3333
```
3434

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

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

4343
#### Symfony:

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class Client
9898
*
9999
* @var string
100100
*/
101-
private const USER_AGENT = 'gitlab-php-api-client/11.11';
101+
private const USER_AGENT = 'gitlab-php-api-client/11.12';
102102

103103
/**
104104
* The HTTP client builder.

0 commit comments

Comments
 (0)