Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08f7be5

Browse files
Release 10.2.0
1 parent 9e57b3e commit 08f7be5

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+
## V10.2 (03/05/2021)
6+
7+
* Require knplabs/github-api 3.2
8+
9+
510
## V10.1 (14/03/2021)
611

712
* Require knplabs/github-api 3.1

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ Laravel GitHub requires [PHP](https://php.net) 7.2-8.0. This particular version
3030
| 7.8 | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: |
3131
| 8.9 | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
3232
| 9.8 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
33-
| 10.1 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
33+
| 10.2 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
3434

3535
To get the latest version, simply require the project using [Composer](https://getcomposer.org). You will need to install any packages that "provide" `psr/http-client-implementation` and `psr/http-factory-implementation`. Most users will want:
3636

3737
```bash
38-
$ composer require "graham-campbell/github:^10.1" "guzzlehttp/guzzle:^7.2" "http-interop/http-factory-guzzle:^1.0"
38+
$ composer require "graham-campbell/github:^10.2" "guzzlehttp/guzzle:^7.2" "http-interop/http-factory-guzzle:^1.0"
3939
```
4040

4141
If you'd like to use the private key authenticator, then you will also need to install `lcobucci/jwt`:
@@ -172,7 +172,7 @@ class Foo
172172
App::make('Foo')->bar();
173173
```
174174

175-
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.1.0/doc, and the manager class at https://github.com/GrahamCampbell/Laravel-Manager#usage.
175+
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.2.0/doc, and the manager class at https://github.com/GrahamCampbell/Laravel-Manager#usage.
176176

177177
##### Further Information
178178

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"graham-campbell/manager": "^4.5",
1616
"illuminate/contracts": "^6.0 || ^7.0 || ^8.0",
1717
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
18-
"knplabs/github-api": "3.1.*",
18+
"knplabs/github-api": "3.2.*",
1919
"symfony/cache": "^4.3 || ^5.0"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)