Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2017-05-03 23:18:59 +0300
committerChaoyi Zha <summermontreal@gmail.com>2017-05-03 23:18:59 +0300
commit617f221e85005703a48f4ec42e68915233a78bee (patch)
treefb48e032cb6844b3f45e51855840cb060c2446af
parent203700b32f071206155e627d298b5f2862e6bcfb (diff)
Add PHP curl extension to required PHP modules (PHP curl extension is required by doctrine/dbal)
-rw-r--r--docs/user-guide/installation.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/user-guide/installation.md b/docs/user-guide/installation.md
index 367e48b..b31e14e 100644
--- a/docs/user-guide/installation.md
+++ b/docs/user-guide/installation.md
@@ -21,6 +21,7 @@ you may be interested in looking at a [legacy 1.x release](https://github.com/cy
- Mbstring PHP Extension
- Tokenizer PHP Extension
- JSON PHP Extension
+ - PHP curl extension
## Downloading the source code