Skip to content

Commit 418ad11

Browse files
Bumped recommended versions
1 parent c07204f commit 418ad11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

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

3434
### Framework Integration
3535

3636
#### Laravel:
3737

3838
```bash
39-
$ composer require "graham-campbell/gitlab:^5.4" "guzzlehttp/guzzle:^7.2" "http-interop/http-factory-guzzle:^1.0"
39+
$ composer require "graham-campbell/gitlab:^5.5" "guzzlehttp/guzzle:^7.4" "http-interop/http-factory-guzzle:^1.0"
4040
```
4141

4242
#### Symfony:
4343

4444
```bash
45-
$ composer require "zeichen32/gitlabapibundle:^6.0" "symfony/http-client:^5.2" "nyholm/psr7:^1.3"
45+
$ composer require "zeichen32/gitlabapibundle:^6.0" "symfony/http-client:^5.4" "nyholm/psr7:^1.4"
4646
```
4747

4848
We are decoupled from any HTTP messaging client by using [PSR-7](https://www.php-fig.org/psr/psr-7/), [PSR-17](https://www.php-fig.org/psr/psr-17/), [PSR-18](https://www.php-fig.org/psr/psr-18/), and [HTTPlug](https://httplug.io/). You can visit [HTTPlug for library users](https://docs.php-http.org/en/latest/httplug/users.html) to get more information about installing HTTPlug related packages. The framework integration [graham-campbell/gitlab](https://github.com/GrahamCampbell/Laravel-GitLab) is by [Graham Campbell](https://github.com/GrahamCampbell) and [zeichen32/gitlabapibundle](https://github.com/Zeichen32/GitLabApiBundle) is by [Jens Averkamp](https://github.com/Zeichen32).

0 commit comments

Comments
 (0)