Skip to content

Commit 491fb11

Browse files
committed
Make psr/log and psr/cache hard dependencies, fixes #36
1 parent c346f54 commit 491fb11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"php-http/httplug": "1.0.0-beta",
1616
"php-http/message-factory": "^1.0",
1717
"php-http/promise": "^0.1.1",
18+
"psr/log": "^1.0",
19+
"psr/cache": "^1.0",
1820
"php-http/client-common": "^0.1.1",
1921
"php-http/message": "^0.1.1",
2022
"symfony/options-resolver": "^2.6|^3.0"
2123
},
2224
"require-dev": {
2325
"php-http/cookie": "^0.1@dev",
2426
"symfony/stopwatch": "^2.3",
25-
"psr/log": "^1.0",
26-
"psr/cache": "^1.0",
2727
"phpspec/phpspec": "^2.4",
2828
"henrikbjorn/phpspec-code-coverage" : "^1.0"
2929
},

0 commit comments

Comments
 (0)