Skip to content

Commit

Permalink
Require m4tthumphrey/php-gitlab-api 11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Oct 8, 2023
1 parent fb037de commit 632f37a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ CHANGE LOG
==========


## V7.1 (XX/10/2023)

* Require m4tthumphrey/php-gitlab-api 11.10


## V7.0 (07/03/2023)

* Support Laravel 8-10 only
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ This version requires [PHP](https://www.php.net/) 7.4-8.2 and supports [Laravel]
| 4.4 | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: |
| 5.6 | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
| 6.0 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: |
| 7.0 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 7.1 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: |

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

```bash
$ composer require "graham-campbell/gitlab:^7.0"
$ composer require "graham-campbell/gitlab:^7.1"
```

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`.
Expand Down Expand Up @@ -140,7 +140,7 @@ class Foo
app(Foo::class)->bar();
```

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.5.0#general-api-usage, and the manager class at https://github.com/GrahamCampbell/Laravel-Manager#usage.
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.10.0#general-api-usage, and the manager class at https://github.com/GrahamCampbell/Laravel-Manager#usage.

##### Further Information

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"guzzlehttp/psr7": "^2.4",
"illuminate/contracts": "^8.75 || ^9.0 || ^10.0",
"illuminate/support": "^8.75 || ^9.0 || ^10.0",
"m4tthumphrey/php-gitlab-api": "11.9.*",
"m4tthumphrey/php-gitlab-api": "11.10.*",
"symfony/cache": "^5.4 || ^6.0"
},
"require-dev": {
Expand Down

0 comments on commit 632f37a

Please sign in to comment.