Skip to content

Commit 7521a13

Browse files
committed
Do not pull unneeded dependencies
1 parent da8a547 commit 7521a13

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,20 @@
1414
"php": ">=5.4",
1515
"php-http/httplug": "^1.0",
1616
"php-http/message-factory": "^1.0.2",
17-
"psr/log": "^1.0",
18-
"psr/cache": "^1.0",
1917
"php-http/client-common": "^1.0",
2018
"php-http/message": "^1.0",
2119
"symfony/options-resolver": "^2.6|^3.0"
2220
},
2321
"require-dev": {
2422
"symfony/stopwatch": "^2.3",
2523
"phpspec/phpspec": "^2.4",
26-
"henrikbjorn/phpspec-code-coverage" : "^1.0"
24+
"henrikbjorn/phpspec-code-coverage" : "^1.0",
25+
"psr/log": "^1.0",
26+
"psr/cache": "^1.0"
27+
},
28+
"conflict": {
29+
"psr/log": ">= 2.0.0",
30+
"psr/cache": ">= 2.0.0"
2731
},
2832
"autoload": {
2933
"psr-4": {

0 commit comments

Comments
 (0)