Skip to content

Commit 88fa2a5

Browse files
committed
Do not pull unneeded dependencies
1 parent da8a547 commit 88fa2a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
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"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)