From 7ca91ec66c806737d28e7382e6979e8eb7ff5033 Mon Sep 17 00:00:00 2001 From: Joni Eskelinen Date: Tue, 28 Nov 2017 13:01:40 +0200 Subject: [PATCH] Add requirements section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e2714a9..e8f6823 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ A PHP implementation of [PKCS #8](https://tools.ietf.org/html/rfc5208) encrypted private-key. +## Requirements + +- PHP >=7.0 +- [sop/asn1](https://github.com/sop/asn1) +- [sop/crypto-encoding](https://github.com/sop/crypto-encoding) +- [sop/crypto-types](https://github.com/sop/crypto-types) +- [sop/crypto-bridge](https://github.com/sop/crypto-bridge) +- [sop/pkcs5](https://github.com/sop/pkcs5) + ## Installation This library is available on