Skip to content

Commit 1493be5

Browse files
authored
Merge pull request #264 from php-http/fix-phpunit-dependencies
better define workable comparator
2 parents 7fbed2f + b68538a commit 1493be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"php-http/httplug": "^1.0 || ^2.0",
2929
"php-http/message-factory": "^1.0",
3030
"phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
31-
"symfony/phpunit-bridge": "^6.4.4 || ^7.0.1"
31+
"symfony/phpunit-bridge": "^6.4.4 || ^7.0.1",
32+
"sebastian/comparator": "^3.0.5 || ^4.0.8"
3233
},
3334
"autoload": {
3435
"psr-4": {
@@ -56,7 +57,6 @@
5657
},
5758
"conflict": {
5859
"nyholm/psr7": "<1.0",
59-
"sebastian/comparator": ">=5.0",
6060
"zendframework/zend-diactoros": "*"
6161
},
6262
"prefer-stable": true,

0 commit comments

Comments
 (0)