Skip to content

Commit 13081de

Browse files
Merge pull request #5 from precariouspanther/phpunit-56-support
Add compatibility with PHPUnit 5.6^
2 parents fd44689 + d0ad876 commit 13081de

2 files changed

Lines changed: 107 additions & 62 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require": {
2626
"php": ">=5.6",
2727
"bigcommerce/injector": "@stable",
28-
"phpunit/phpunit": "^6.0"
28+
"phpunit/phpunit": "^6.0 || ^5.6"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)