Skip to content

Commit

Permalink
Require modern Guzzle and knplabs/github-api 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Oct 8, 2023
1 parent 2a55f44 commit 398086f
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.3 (XX/10/2023)

* Require knplabs/github-api 3.12


## V12.2 (10/03/2023)

* Require knplabs/github-api 3.11
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.11.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.12.0/doc, and the manager class at https://github.com/GrahamCampbell/Laravel-Manager#usage.

##### Further Information

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"php": "^7.4.15 || ^8.0.2",
"graham-campbell/bounded-cache": "^1.2 || ^2.0",
"graham-campbell/manager": "^5.0",
"guzzlehttp/guzzle": "^7.5",
"guzzlehttp/psr7": "^2.4",
"guzzlehttp/guzzle": "^7.8",
"guzzlehttp/psr7": "^2.6",
"illuminate/contracts": "^8.75 || ^9.0 || ^10.0",
"illuminate/support": "^8.75 || ^9.0 || ^10.0",
"knplabs/github-api": "3.11.*",
"knplabs/github-api": "3.12.*",
"lcobucci/jwt": "^4.3 || ^5.0",
"symfony/cache": "^5.4 || ^6.0"
},
Expand Down

0 comments on commit 398086f

Please sign in to comment.