Skip to content

Commit 01ec274

Browse files
Require m4tthumphrey/php-gitlab-api 11.15 and add graham-campbell/bounded-cache v3 support
1 parent 5fcf29b commit 01ec274

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ This version requires [PHP](https://www.php.net/) 7.4-8.3 and supports [Laravel]
2626
| 4.4 | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: |
2727
| 5.6 | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: |
2828
| 6.0 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: |
29-
| 7.5 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
29+
| 7.6 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
3030

3131
To get the latest version, simply require the project using [Composer](https://getcomposer.org/):
3232

3333
```bash
34-
$ composer require "graham-campbell/gitlab:^7.5"
34+
$ composer require "graham-campbell/gitlab:^7.6"
3535
```
3636

3737
Once installed, if you are not using automatic package discovery, then you need to register the `GrahamCampbell\GitLab\GitLabServiceProvider` service provider in your `config/app.php`.
@@ -140,7 +140,7 @@ class Foo
140140
app(Foo::class)->bar();
141141
```
142142

143-
For more information on how to use the `Gitlab\Client` class we are calling behind the scenes here, check out the docs at https://github.com/GitLabPHP/Client/tree/11.13.0#general-api-usage, and the manager class at https://github.com/GrahamCampbell/Laravel-Manager#usage.
143+
For more information on how to use the `Gitlab\Client` class we are calling behind the scenes here, check out the docs at https://github.com/GitLabPHP/Client/tree/11.14.0#general-api-usage, and the manager class at https://github.com/GrahamCampbell/Laravel-Manager#usage.
144144

145145
##### Further Information
146146

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"guzzlehttp/psr7": "^2.6.2",
1919
"illuminate/contracts": "^8.75 || ^9.0 || ^10.0 || ^11.0",
2020
"illuminate/support": "^8.75 || ^9.0 || ^10.0 || ^11.0",
21-
"m4tthumphrey/php-gitlab-api": "11.13.*",
21+
"m4tthumphrey/php-gitlab-api": "11.14.*",
2222
"symfony/cache": "^5.4 || ^6.0 || ^7.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)