Skip to content

Commit

Permalink
Merge pull request #264 from php-http/fix-phpunit-dependencies
Browse files Browse the repository at this point in the history
better define workable comparator
  • Loading branch information
dbu authored Mar 28, 2024
2 parents 7fbed2f + b68538a commit 1493be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message-factory": "^1.0",
"phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
"symfony/phpunit-bridge": "^6.4.4 || ^7.0.1"
"symfony/phpunit-bridge": "^6.4.4 || ^7.0.1",
"sebastian/comparator": "^3.0.5 || ^4.0.8"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -56,7 +57,6 @@
},
"conflict": {
"nyholm/psr7": "<1.0",
"sebastian/comparator": ">=5.0",
"zendframework/zend-diactoros": "*"
},
"prefer-stable": true,
Expand Down

0 comments on commit 1493be5

Please sign in to comment.