Skip to content

Commit 93f0181

Browse files
Updated install docs for zeichen32/gitlabapibundle
1 parent 6674270 commit 93f0181

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ $ composer require "graham-campbell/gitlab:^7.4"
4343
#### Symfony:
4444

4545
```bash
46-
$ composer require "zeichen32/gitlabapibundle:^6.0" \
47-
"symfony/http-client:^6.3" "nyholm/psr7:^1.8"
46+
$ composer require "zeichen32/gitlabapibundle:^6.1"
4847
```
4948

5049
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)