Skip to content

Commit 2186c4b

Browse files
Require knplabs/github-api 3.11
1 parent 0c19ae1 commit 2186c4b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class Foo
154154
app(Foo::class)->bar();
155155
```
156156

157-
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.10.0/doc, and the manager class at https://github.com/GrahamCampbell/Laravel-Manager#usage.
157+
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.
158158

159159
##### Further Information
160160

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"guzzlehttp/psr7": "^2.4",
1919
"illuminate/contracts": "^8.75 || ^9.0 || ^10.0",
2020
"illuminate/support": "^8.75 || ^9.0 || ^10.0",
21-
"knplabs/github-api": "3.10.*",
21+
"knplabs/github-api": "3.11.*",
2222
"lcobucci/jwt": "^4.3 || ^5.0",
2323
"symfony/cache": "^5.4 || ^6.0"
2424
},

src/GitHubManager.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
* @method \Github\Api\Deployment deployments()
3232
* @method \Github\Api\Enterprise ent()
3333
* @method \Github\Api\Enterprise enterprise()
34-
* @method \Github\Api\Environment environment()
35-
* @method \Github\Api\Environment environments()
3634
* @method \Github\Api\Miscellaneous\CodeOfConduct codeOfConduct()
3735
* @method \Github\Api\Miscellaneous\Emojis emojis()
3836
* @method \Github\Api\Miscellaneous\Licenses licenses()

0 commit comments

Comments
 (0)