Skip to content

Commit 7d44294

Browse files
committed
Force PHPUnit 4.0 for testing
1 parent c1cce9f commit 7d44294

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"psr/http-message": "^1.0"
1818
},
1919
"require-dev": {
20-
"slim/slim": "^3.0"
20+
"slim/slim": "^3.0",
21+
"phpunit/phpunit": "^4.0"
2122
},
2223
"autoload": {
2324
"psr-4": {

0 commit comments

Comments
 (0)