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

Resolves #517
pico-3.0-alpha
Daniel Rudolf 6 years ago
parent c02e3fa7a4
commit cc6a478939
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 2
      README.md

@ -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. 😇 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 ### I want to use Composer

Loading…
Cancel
Save