We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fbed2f + b68538a commit 1493be5Copy full SHA for 1493be5
composer.json
@@ -28,7 +28,8 @@
28
"php-http/httplug": "^1.0 || ^2.0",
29
"php-http/message-factory": "^1.0",
30
"phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
31
- "symfony/phpunit-bridge": "^6.4.4 || ^7.0.1"
+ "symfony/phpunit-bridge": "^6.4.4 || ^7.0.1",
32
+ "sebastian/comparator": "^3.0.5 || ^4.0.8"
33
},
34
"autoload": {
35
"psr-4": {
@@ -56,7 +57,6 @@
56
57
58
"conflict": {
59
"nyholm/psr7": "<1.0",
- "sebastian/comparator": ">=5.0",
60
"zendframework/zend-diactoros": "*"
61
62
"prefer-stable": true,
0 commit comments