File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
3131To 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
3737If you'd like to use the private key authenticator, then you will also need to install ` lcobucci/jwt ` :
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments