Skip to content

Commit 8fc310c

Browse files
committed
Try to lock lower bound of deps to sebastian/comparator 2.0
1 parent fae2083 commit 8fc310c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@
1919
},
2020
"require-dev": {
2121
"phpspec/phpspec": "^3.4 || ^4.2",
22+
"phpspec/prophecy": "^1.7",
2223
"guzzlehttp/psr7": "^1.4"
2324
},
25+
"conflict": {
26+
"sebastian/comparator": "<2"
27+
},
2428
"suggest": {
2529
"php-http/logger-plugin": "PSR-3 Logger plugin",
2630
"php-http/cache-plugin": "PSR-6 Cache plugin",

0 commit comments

Comments
 (0)