We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8a547 commit 7521a13Copy full SHA for 7521a13
composer.json
@@ -14,16 +14,20 @@
14
"php": ">=5.4",
15
"php-http/httplug": "^1.0",
16
"php-http/message-factory": "^1.0.2",
17
- "psr/log": "^1.0",
18
- "psr/cache": "^1.0",
19
"php-http/client-common": "^1.0",
20
"php-http/message": "^1.0",
21
"symfony/options-resolver": "^2.6|^3.0"
22
},
23
"require-dev": {
24
"symfony/stopwatch": "^2.3",
25
"phpspec/phpspec": "^2.4",
26
- "henrikbjorn/phpspec-code-coverage" : "^1.0"
+ "henrikbjorn/phpspec-code-coverage" : "^1.0",
+ "psr/log": "^1.0",
+ "psr/cache": "^1.0"
27
+ },
28
+ "conflict": {
29
+ "psr/log": ">= 2.0.0",
30
+ "psr/cache": ">= 2.0.0"
31
32
"autoload": {
33
"psr-4": {
0 commit comments