Skip to content

Commit

Permalink
Require a polyfill for ctype (webmozarts#73)
Browse files Browse the repository at this point in the history
ctype_ functions are used multiple times in the project,
if the extension is not available this may lead to hard to debug error messages.
  • Loading branch information
BackEndTea authored and Nyholm committed Dec 24, 2018
1 parent 6139628 commit 18879ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
}
],
"require": {
"php": "^5.3.3 || ^7.0"
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
"phpunit/phpunit": "^4.6",
Expand Down

0 comments on commit 18879ed

Please sign in to comment.