Skip to content

Commit

Permalink
Add missing Ctype extension requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrov committed Aug 5, 2018
1 parent 21fac1a commit 3003a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
],
"require": {
"php": "^7.0",
"ext-ctype": "*",
"ext-intl": "*",
"pcrov/unicode": "^0.1",
"psr/http-message": "^1"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is a streaming pull parser - like [XMLReader](http://php.net/xmlreader) but

## Requirements

PHP 7 and the Intl extension
PHP 7 with the Ctype and Intl extensions.

## Installation

Expand Down

0 comments on commit 3003a10

Please sign in to comment.