README: Mention requirement of PHP extensions 'dom' and 'mbstring'

Resolves #517
This commit is contained in:
Daniel Rudolf 2019-11-18 16:49:08 +01:00
parent c02e3fa7a4
commit cc6a478939
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Install
Installing Pico is dead simple - and done in seconds! If you have access to a shell on your server (i.e. SSH access), we recommend using [Composer][]. If not, use a pre-bundled release. If you don't know what "SSH access" is, head over to the pre-bundled release. 😇
Pico requires PHP 5.3.6+
Pico requires PHP 5.3.6+ and the PHP extensions `dom` and `mbstring` to be enabled.
### I want to use Composer