We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c09aab commit 09009b2Copy full SHA for 09009b2
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+
4
+## Unreleased
5
6
+### Added
7
8
+- Suggest separate plugins in composer.json
9
10
11
## 1.1.0 - 2016-05-04
12
13
### Added
composer.json
@@ -21,6 +21,11 @@
21
"phpspec/phpspec": "^2.4",
22
"henrikbjorn/phpspec-code-coverage" : "^1.0"
23
},
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
+ },
29
"autoload": {
30
"psr-4": {
31
"Http\\Client\\Common\\": "src/"
0 commit comments