Skip to content

Commit 194e5cb

Browse files
author
Alexander Obuhovich
committed
Allow using either of PHPUnit 3.7.* or PHPUnit 4.0.*
1 parent fb917f1 commit 194e5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"behat/mink-selenium2-driver": "~1.1@dev",
1919
"symfony/event-dispatcher": "~2.4",
2020
"pimple/pimple": "~2.0@dev",
21-
"phpunit/phpunit": "~3.7|~4.0"
21+
"phpunit/phpunit": ">=3.7.8"
2222
},
2323

2424
"require-dev": {

0 commit comments

Comments
 (0)