Skip to content

Commit e002709

Browse files
Update README.md
1 parent ae9ccea commit e002709

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@ This version supports [PHP](https://php.net) 7.2-8.0. To get started, simply req
2727

2828
### Standard Installation
2929

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

3434
### Framework Integration
3535

3636
#### Laravel:
3737

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

4242
#### Symfony:
4343

44-
```
45-
$ composer require zeichen32/gitlabapibundle:^6.0 symfony/http-client:^5.2 nyholm/psr7:^1.3
44+
```bash
45+
$ composer require "zeichen32/gitlabapibundle:^6.0" "symfony/http-client:^5.2" "nyholm/psr7:^1.3"
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)