Skip to content

Commit

Permalink
Add ctype as a required extension because Yii 2 explicitly requires it.
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed Aug 17, 2018
1 parent 9644a91 commit b046233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ If Craft CMS needs to process very large images or dump very large databases, yo

Craft requires the following PHP extensions:

* [ctype](https://secure.php.net/manual/en/book.ctype.php)
* [cURL](http://php.net/manual/en/book.curl.php)
* [GD](http://php.net/manual/en/book.image.php) or [ImageMagick](http://php.net/manual/en/book.imagick.php). ImageMagick is preferred.
* [iconv](http://php.net/manual/en/book.iconv.php)
Expand Down

0 comments on commit b046233

Please sign in to comment.