File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 "require" : {
1818 "php" : " ^7.0" ,
1919 "psr/http-message" : " ^1.0" ,
20- "psr/http-client" : " ^0.2 " ,
20+ "psr/http-client" : " ^0.3 " ,
2121 "php-http/promise" : " ^1.0"
2222 },
2323 "require-dev" : {
Original file line number Diff line number Diff line change 22
33namespace Http \Client ;
44
5- use Psr \Http \Client \ClientException as PsrClientException ;
5+ use Psr \Http \Client \ClientExceptionInterface as PsrClientException ;
66
77/**
88 * Every HTTP Client related Exception must implement this interface.
Original file line number Diff line number Diff line change 22
33namespace Http \Client \Exception ;
44
5- use Psr \Http \Client \NetworkException as PsrNetworkException ;
5+ use Psr \Http \Client \NetworkExceptionInterface as PsrNetworkException ;
66
77/**
88 * Thrown when the request cannot be completed because of network issues.
Original file line number Diff line number Diff line change 33namespace Http \Client \Exception ;
44
55use Psr \Http \Message \RequestInterface ;
6- use Psr \Http \Client \RequestException as PsrRequestException ;
6+ use Psr \Http \Client \RequestExceptionInterface as PsrRequestException ;
77
88/**
99 * Exception for when a request failed, providing access to the failed request.
You can’t perform that action at this time.
0 commit comments