From c94d9b479543ecbafd1fbeed3e86f20dca07cce6 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Fri, 25 Mar 2016 15:48:34 +0100 Subject: [PATCH] Add requirements to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 48a4276..e85e003 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ `kelunik/acme-client` is an ACME client written in PHP. ACME is the protocol that powers the [Let's Encrypt](https://letsencrypt.org) certificate authority. +## Requirements + + * PHP 5.5+ with OpenSSL + * Works on Unix and Windows + ## Documentation * [Installation](./doc/installation.md)