Skip to content

Commit 74c23df

Browse files
committed
Use old phpunit
1 parent 82fd719 commit 74c23df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"zendframework/zend-diactoros": "^1.1.3",
1919
"http-interop/http-middleware": "^0.4.1"
2020
},
21+
"require-dev": {
22+
"phpunit/phpunit": "^4.8"
23+
},
2124
"autoload": {
2225
"psr-4": {
2326
"PhpMiddleware\\LogHttpMessages\\": "src/"
@@ -27,8 +30,5 @@
2730
"psr-4": {
2831
"PhpMiddlewareTest\\LogHttpMessages\\": "test/"
2932
}
30-
},
31-
"require-dev": {
32-
"phpunit/phpunit": "^5.0"
3333
}
3434
}

0 commit comments

Comments
 (0)