Skip to content

Commit 174e300

Browse files
Bumped versions
1 parent 8c19192 commit 174e300

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,13 +28,13 @@ This version supports [PHP](https://php.net) 5.6-7.4. To get started, simply req
2828
### PHP 5.6+:
2929

3030
```
31-
$ composer require m4tthumphrey/php-gitlab-api:^9.18 php-http/guzzle6-adapter:^2.0.1
31+
$ composer require m4tthumphrey/php-gitlab-api:^9.19 php-http/guzzle6-adapter:^2.0.1
3232
```
3333

3434
### Laravel 5.5+:
3535

3636
```
37-
$ composer require graham-campbell/gitlab:^2.7 php-http/guzzle6-adapter:^2.0.1
37+
$ composer require graham-campbell/gitlab:^2.8 php-http/guzzle6-adapter:^2.0.1
3838
```
3939

4040
### Symfony 3+:
@@ -120,7 +120,7 @@ $builder->addPlugin($plugin);
120120
$client = new Gitlab\Client($builder);
121121
```
122122

123-
One can read more about HTTPlug plugins [here](https://docs.php-http.org/en/latest/plugins/introduction.html#how-it-works). Take a look around ([API methods](https://github.com/GitLabPHP/Client/tree/9.18/lib/Gitlab/Api), [models](https://github.com/GitLabPHP/Client/tree/9.18/lib/Gitlab/Model)) and please feel free to report any bugs, noting our [code of conduct](.github/CODE_OF_CONDUCT.md).
123+
One can read more about HTTPlug plugins [here](https://docs.php-http.org/en/latest/plugins/introduction.html#how-it-works). Take a look around ([API methods](https://github.com/GitLabPHP/Client/tree/9.19/lib/Gitlab/Api), [models](https://github.com/GitLabPHP/Client/tree/9.19/lib/Gitlab/Model)) and please feel free to report any bugs, noting our [code of conduct](.github/CODE_OF_CONDUCT.md).
124124

125125

126126
## Contributing

0 commit comments

Comments
 (0)