Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Oct 8, 2023
1 parent a8b21d7 commit 7c6856b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This version supports [PHP](https://php.net) 7.4-8.2. To get started, simply req
### Standard Installation

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

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

```bash
$ composer require "graham-campbell/gitlab:^7.4"
$ composer require "graham-campbell/gitlab:^7.5"
```

#### Symfony:
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Client
*
* @var string
*/
private const USER_AGENT = 'gitlab-php-api-client/11.12';
private const USER_AGENT = 'gitlab-php-api-client/11.13';

/**
* The HTTP client builder.
Expand Down

0 comments on commit 7c6856b

Please sign in to comment.