Skip to content

Commit 2034c0f

Browse files
committed
Allow PhpUnit version 5
1 parent 9188b79 commit 2034c0f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
"require-dev": {
2525
"mink/driver-testsuite": "dev-master",
26-
"symfony/http-kernel": "~2.3|~3.0"
26+
"symfony/http-kernel": "~2.3|~3.0|~4.0",
27+
"phpunit/phpunit": "^4.8.35|^5.7"
2728
},
2829

2930
"autoload": {

0 commit comments

Comments
 (0)