Skip to content

Commit 71372ca

Browse files
Add "conflict" declaration to composer.json
1 parent 38fb34d commit 71372ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"guzzlehttp/psr7": "^1.2",
1818
"phpunit/phpunit": "^8.0"
1919
},
20+
"conflict": {
21+
"phpunit/phpunit": "<8.0 || >= 9.0"
22+
},
2023
"autoload": {
2124
"psr-4": {
2225
"Helmich\\Psr7Assert\\": "src/"

0 commit comments

Comments
 (0)