Skip to content

Commit

Permalink
Adding major version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed May 23, 2020
1 parent 7e8de7a commit 2f54d28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
*/
interface ClientInterface
{
/**
* The Guzzle major version.
*/
const MAJOR_VERSION = 7;

/**
* Send an HTTP request.
*
Expand Down

0 comments on commit 2f54d28

Please sign in to comment.