Skip to content

Commit

Permalink
Merge pull request #4 from onnimonni/fix-ext-ctype
Browse files Browse the repository at this point in the history
Add requirement for ctype extension in composer.json
  • Loading branch information
oscarotero authored Jul 28, 2017
2 parents 0f676e4 + 2e3fa75 commit 635c1b2
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 @@ -18,7 +18,8 @@
"issues": "https://github.com/oscarotero/env/issues"
},
"require": {
"php": ">=5.2"
"php": ">=5.2",
"ext-ctype": "*"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 635c1b2

Please sign in to comment.