Skip to content

Commit 6df24fb

Browse files
Merge pull request #6 from precariouspanther/compat-phpunit5
Add support for projects using older versions of PHPUnit.
2 parents 1af5b4f + eebbeb9 commit 6df24fb

2 files changed

Lines changed: 390 additions & 137 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"container-interop/container-interop": "^1.1"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^6.0"
25+
"phpunit/phpunit": "^6.0 || ^5.6"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)