Skip to content

Commit ec48a02

Browse files
Drop phpunit dependency
1 parent 18911bc commit ec48a02

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@
1010
],
1111
"require": {
1212
"psr/http-message": "^1.0",
13-
"phpunit/phpunit": "^7.0",
1413
"helmich/phpunit-json-assert": "^2.0",
1514
"php": ">=7.1"
1615
},
1716
"require-dev": {
1817
"guzzlehttp/psr7": "^1.2",
18+
"phpunit/phpunit": "^7.0",
1919
"codeclimate/php-test-reporter": "dev-master"
2020
},
21+
"conflict": {
22+
"phpunit/phpunit": "<7.0 || >= 8.0"
23+
},
2124
"autoload": {
2225
"psr-4": {
2326
"Helmich\\Psr7Assert\\": "src/"

0 commit comments

Comments
 (0)