Skip to content

Commit 7906f5a

Browse files
Release 12.6.0
1 parent 93922a1 commit 7906f5a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ CHANGE LOG
22
==========
33

44

5+
## V12.6 (19/03/2024)
6+
7+
* Require knplabs/github-api 3.14
8+
9+
510
## V12.5 (17/03/2024)
611

712
* Added Laravel 11 support

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ This version requires [PHP](https://www.php.net/) 7.4-8.3 and supports [Laravel]
2525
| 9.8 | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: |
2626
| 10.6 | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: |
2727
| 11.0 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: |
28-
| 12.5 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
28+
| 12.6 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
2929

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

3232
```bash
33-
$ composer require "graham-campbell/github:^12.5"
33+
$ composer require "graham-campbell/github:^12.6"
3434
```
3535

3636
Once installed, if you are not using automatic package discovery, then you need to register the `GrahamCampbell\GitHub\GitHubServiceProvider` service provider in your `config/app.php`.
@@ -154,7 +154,7 @@ class Foo
154154
app(Foo::class)->bar();
155155
```
156156

157-
For more information on how to use the `Github\Client` class we are calling behind the scenes here, check out the docs at https://github.com/KnpLabs/php-github-api/tree/v3.13.0/doc, and the manager class at https://github.com/GrahamCampbell/Laravel-Manager#usage.
157+
For more information on how to use the `Github\Client` class we are calling behind the scenes here, check out the docs at https://github.com/KnpLabs/php-github-api/tree/v3.14.0/doc, and the manager class at https://github.com/GrahamCampbell/Laravel-Manager#usage.
158158

159159
##### Further Information
160160

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-
"knplabs/github-api": "3.13.*",
21+
"knplabs/github-api": "3.14.*",
2222
"lcobucci/jwt": "^4.3 || ^5.2",
2323
"symfony/cache": "^5.4 || ^6.0 || ^7.0"
2424
},

0 commit comments

Comments
 (0)