Skip to content

Commit 664ded6

Browse files
Avoid pulling sebastian/comparator v5 which is not compatible with phpunit v10 (#255)
Co-authored-by: Cindy Leschaud <[email protected]>
1 parent 61e1a1e commit 664ded6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
},
5757
"conflict": {
5858
"nyholm/psr7": "<1.0",
59+
"sebastian/comparator": ">=5.0",
5960
"zendframework/zend-diactoros": "*"
6061
},
6162
"prefer-stable": true,

0 commit comments

Comments
 (0)