Skip to content

Commit

Permalink
Release 10.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jan 24, 2022
1 parent cd06559 commit b88f673
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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
==========


## V10.5 (24/01/2022)

* Require knplabs/github-api 3.5


## V10.4 (24/01/2022)

* Support Laravel 9
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Laravel GitHub requires [PHP](https://php.net) 7.2-8.1. This particular version
| 7.8 | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: |
| 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: |
| 9.8 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
| 10.4 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 10.5 | :x: | :x: | :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). You will need to install any packages that "provide" `psr/http-client-implementation` and `psr/http-factory-implementation`. Most users will want:

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

If you'd like to use the private key authenticator, then you will also need to install `lcobucci/jwt`:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"graham-campbell/manager": "^4.7",
"illuminate/contracts": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"knplabs/github-api": "3.4.*",
"knplabs/github-api": "3.5.*",
"symfony/cache": "^4.3 || ^5.0 || ^6.0"
},
"require-dev": {
Expand Down

0 comments on commit b88f673

Please sign in to comment.