Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Explicitly require ctype and mbstring PHP extensions in composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
unkind committed Nov 7, 2018
1 parent 3d7dde7 commit 4745cd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
},
"require": {
"php" : ">=5.5.0",
"ext-ctype" : "*",
"ext-mbstring" : "*",
"hoa/consistency": "~1.0",
"hoa/exception" : "~1.0",
"hoa/file" : "~1.0",
Expand Down

0 comments on commit 4745cd5

Please sign in to comment.