From 2d1fd3a3c87d3467bb7d38f07552ba28babcc9c2 Mon Sep 17 00:00:00 2001 From: Shawn Iwinski Date: Wed, 5 Jul 2017 15:18:23 -0400 Subject: Add patch to fix version - Add check for version and run whether tests are skipped or not --- php-guzzlehttp-guzzle6-upstream-pull-1864.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 php-guzzlehttp-guzzle6-upstream-pull-1864.patch (limited to 'php-guzzlehttp-guzzle6-upstream-pull-1864.patch') diff --git a/php-guzzlehttp-guzzle6-upstream-pull-1864.patch b/php-guzzlehttp-guzzle6-upstream-pull-1864.patch new file mode 100644 index 0000000..42fb35a --- /dev/null +++ b/php-guzzlehttp-guzzle6-upstream-pull-1864.patch @@ -0,0 +1,22 @@ +From 95f4deb816266e4ffac55beeb138caa4d42691fd Mon Sep 17 00:00:00 2001 +From: Shawn Iwinski +Date: Fri, 23 Jun 2017 18:01:13 -0400 +Subject: [PATCH] [ClientInterface] Fix VERSION for 6.3.0 release + +--- + src/ClientInterface.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/ClientInterface.php b/src/ClientInterface.php +index 5a67b66bf..2050309de 100644 +--- a/src/ClientInterface.php ++++ b/src/ClientInterface.php +@@ -12,7 +12,7 @@ + */ + interface ClientInterface + { +- const VERSION = '6.2.1'; ++ const VERSION = '6.3.0'; + + /** + * Send an HTTP request. -- cgit