Skip to content

Commit

Permalink
Release 12.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Mar 19, 2024
1 parent 93922a1 commit 7906f5a
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
==========


## V12.6 (19/03/2024)

* Require knplabs/github-api 3.14


## V12.5 (17/03/2024)

* Added Laravel 11 support
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ This version requires [PHP](https://www.php.net/) 7.4-8.3 and supports [Laravel]
| 9.8 | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: |
| 10.6 | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: |
| 11.0 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: |
| 12.5 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 12.6 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :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/github:^12.5"
$ composer require "graham-campbell/github:^12.6"
```

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

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.
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.

##### 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.6.2",
"illuminate/contracts": "^8.75 || ^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^8.75 || ^9.0 || ^10.0 || ^11.0",
"knplabs/github-api": "3.13.*",
"knplabs/github-api": "3.14.*",
"lcobucci/jwt": "^4.3 || ^5.2",
"symfony/cache": "^5.4 || ^6.0 || ^7.0"
},
Expand Down

0 comments on commit 7906f5a

Please sign in to comment.