Skip to content

Commit 5e1658f

Browse files
committed
Update composer.json to allow installation on phpunit v8
1 parent f463a12 commit 5e1658f

File tree

2 files changed

+351
-189
lines changed

2 files changed

+351
-189
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
},
1111
"require": {
12-
"phpunit/phpunit": "^7",
12+
"phpunit/phpunit": "^7|^8",
1313
"ext-mbstring": "*"
1414
},
1515
"autoload-dev": {

0 commit comments

Comments
 (0)