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

Skip to content

Commit b88f673

Browse files
Release 10.5.0
1 parent cd06559 commit b88f673

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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.5 (24/01/2022)
6+
7+
* Require knplabs/github-api 3.5
8+
9+
510
## V10.4 (24/01/2022)
611

712
* Support Laravel 9

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ Laravel GitHub requires [PHP](https://php.net) 7.2-8.1. This particular version
2626
| 7.8 | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: |
2727
| 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: | :x: |
2828
| 9.8 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
29-
| 10.4 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
29+
| 10.5 | :x: | :x: | :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). You will need to install any packages that "provide" `psr/http-client-implementation` and `psr/http-factory-implementation`. Most users will want:
3232

3333
```bash
34-
$ composer require "graham-campbell/github:^10.4" "guzzlehttp/guzzle:^7.4" "http-interop/http-factory-guzzle:^1.0"
34+
$ composer require "graham-campbell/github:^10.5" "guzzlehttp/guzzle:^7.4" "http-interop/http-factory-guzzle:^1.0"
3535
```
3636

3737
If you'd like to use the private key authenticator, then you will also need to install `lcobucci/jwt`:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"graham-campbell/manager": "^4.7",
1717
"illuminate/contracts": "^6.0 || ^7.0 || ^8.0 || ^9.0",
1818
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
19-
"knplabs/github-api": "3.4.*",
19+
"knplabs/github-api": "3.5.*",
2020
"symfony/cache": "^4.3 || ^5.0 || ^6.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)