Skip to content

Commit

Permalink
Update composer.json to allow installation on phpunit v8
Browse files Browse the repository at this point in the history
  • Loading branch information
clagiordano committed Oct 29, 2020
1 parent f463a12 commit 5e1658f
Show file tree
Hide file tree
Showing 2 changed files with 351 additions and 189 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"require": {
"phpunit/phpunit": "^7",
"phpunit/phpunit": "^7|^8",
"ext-mbstring": "*"
},
"autoload-dev": {
Expand Down
Loading

0 comments on commit 5e1658f

Please sign in to comment.