Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit c6c547b

Browse files
committed
Merge branch 'hotfix/135' into develop
Forward port #135
2 parents 9422140 + 55f916d commit c6c547b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ All notable changes to this project will be documented in this file, in reverse
2424

2525
### Added
2626

27+
- [#135](https://github.com/zendframework/zend-http/pull/135) adds a package suggestion of paragonie/certainty, which provides automated
28+
management of cacert.pem files.
29+
2730
- [#143](https://github.com/zendframework/zend-http/pull/143) adds support for PHP 7.2.
2831

2932
### Changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"zendframework/zend-coding-standard": "~1.0.0",
3030
"zendframework/zend-config": "^3.1 || ^2.6"
3131
},
32+
"suggest": {
33+
"paragonie/certainty": "For automated management of cacert.pem"
34+
},
3235
"autoload": {
3336
"psr-4": {
3437
"Zend\\Http\\": "src/"

0 commit comments

Comments
 (0)