From cc6a478939ab19cc22a88699308aaf80ea41860e Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Mon, 18 Nov 2019 16:49:08 +0100 Subject: [PATCH] README: Mention requirement of PHP extensions 'dom' and 'mbstring' Resolves #517 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f5a2e0..62ebe2d 100644 --- a/README.md +++ b/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. 😇 -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