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

Commit

Permalink
minor #164 Require ctype polyfill (BackEndTea)
Browse files Browse the repository at this point in the history
This PR was merged into the 6.0-dev branch.

Discussion
----------

Require ctype polyfill

Fixes #163

Commits
-------

d114d9b Require ctype polyfill
  • Loading branch information
fabpot committed Jun 8, 2019
2 parents eb51417 + d114d9b commit ce8d055
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -12,7 +12,8 @@
"php": ">=7.1.3",
"symfony/console": "^2.8|^3.4|^4.2",
"symfony/http-client": "^4.3",
"symfony/mime": "^4.3"
"symfony/mime": "^4.3",
"symfony/polyfill-ctype": "^1.11"
},
"bin": ["security-checker"],
"autoload": {
Expand Down

0 comments on commit ce8d055

Please sign in to comment.