Skip to content

Commit 09009b2

Browse files
committed
Suggest separate plugins in composer.json
1 parent 1c09aab commit 09009b2

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
4+
## Unreleased
5+
6+
### Added
7+
8+
- Suggest separate plugins in composer.json
9+
10+
311
## 1.1.0 - 2016-05-04
412

513
### Added

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
"phpspec/phpspec": "^2.4",
2222
"henrikbjorn/phpspec-code-coverage" : "^1.0"
2323
},
24+
"suggest": {
25+
"php-http/logger-plugin": "PSR-3 Logger plugin",
26+
"php-http/cache-plugin": "PSR-6 Cache plugin",
27+
"php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
28+
},
2429
"autoload": {
2530
"psr-4": {
2631
"Http\\Client\\Common\\": "src/"

0 commit comments

Comments
 (0)