Skip to content

Commit

Permalink
chore(composer): bump phpunit, require ext-ctype
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Apr 5, 2021
1 parent 65dd125 commit b9e3201
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 @@ -23,10 +23,11 @@
}
},
"require": {
"php": ">=5.4"
"php": ">=5.4",
"ext-ctype": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^7.5"
"phpunit/phpunit": "^6.5 || ^7.5 || ^8.5"
},
"scripts": {
"test": "phpunit",
Expand Down

0 comments on commit b9e3201

Please sign in to comment.