Skip to content

Commit

Permalink
Upgrade PHPUnit to the version compatible with PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
turanjanin committed Feb 27, 2022
1 parent d3c28e7 commit ddb1d9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
}
],
"require": {
"php": "^7.2|^8.0"
"php": "^7.3|^8.0",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.5.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ddb1d9e

Please sign in to comment.