You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #888 Switch to PSR-17 and remove deprecated code (GrahamCampbell)
This PR was squashed before being merged into the 3.0.x-dev branch.
Discussion
----------
This PR removes all the deprecated code from the codebase, and switches to PSR-17 which replaces the old PHP HTTP interfaces, just like PSR-18 replaced some of the others (implemented in an earlier PR).
Commits
-------
ee1bf7f Removed deprecated code
692ca2a Finished removing old code
1e30efd Update doc/security.md
2054e20 PSR-17 and HttpMethodsClientInterface
0fdecef Returns
We are decoupled from any HTTP messaging client with help by [HTTPlug](http://httplug.io). Read about clients in our [docs](doc/customize.md). [graham-campbell/github](https://github.com/GrahamCampbell/Laravel-GitHub) is by [Graham Campbell](https://github.com/GrahamCampbell).
* @deprecated GitHub will remove this endpoint on 13th November 2020. No replacement will be offered. The "web application flow" should be used instead.
27
-
*/
28
-
publicfunctionall()
29
-
{
30
-
return$this->get('/authorizations');
31
-
}
32
-
33
-
/**
34
-
* Show a single authorization.
35
-
*
36
-
* @param string $clientId
37
-
*
38
-
* @return array
39
-
*
40
-
* @deprecated GitHub will remove this endpoint on 13th November 2020. No replacement will be offered. The "web application flow" should be used instead.
* @deprecated GitHub will remove this endpoint on 13th November 2020. No replacement will be offered. The "web application flow" should be used instead.
* @deprecated GitHub will remove this endpoint on 13th November 2020. No replacement will be offered. The "web application flow" should be used instead.
* @deprecated GitHub will remove this endpoint on 13th November 2020. No replacement will be offered. The "web application flow" should be used instead.
0 commit comments