Skip to content

Commit f6c2b8f

Browse files
committed
added php-http/message as dependency
1 parent b10ba4a commit f6c2b8f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88
### Fixed
99
- [#131](https://github.com/SparkPost/php-sparkpost/pull/131) removed any dependency on Guzzle by replacing it with `MessageFactoryDiscovery`
1010

11+
## [2.0.2] - 2016-07-28
12+
### Fixed
13+
- [#131](https://github.com/SparkPost/php-sparkpost/pull/131) removed any dependency on Guzzle by replacing it with `MessageFactoryDiscovery`
14+
1115

1216
## [2.0.1] - 2016-06-29
1317
### Fixed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@
1818
"php": "^5.5 || ^7.0",
1919
"psr/http-message": "^1.0",
2020
"php-http/httplug": "^1.0",
21+
"php-http/message": "^1.0",
2122
"php-http/client-implementation": "^1.0",
2223
"php-http/discovery": "^1.0",
23-
"php-http/message": "^1.0"
2424
},
2525
"require-dev": {
2626
"php-http/guzzle6-adapter": "^1.0",
27-
"php-http/message": "^1.0",
2827
"mockery/mockery": "^0.9.4",
2928
"fabpot/php-cs-fixer": "^1.11"
3029
},

lib/SparkPost/SparkPost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class SparkPost
1313
/**
1414
* @var string Library version, used for setting User-Agent.
1515
*/
16-
private $version = '2.0.2';
16+
private $version = '2.0.3';
1717

1818
/**
1919
* @var HttpClient|HttpAsyncClient used to make requests.

0 commit comments

Comments
 (0)