Skip to content

Commit

Permalink
Add requirements section
Browse files Browse the repository at this point in the history
  • Loading branch information
sop committed Nov 28, 2017
1 parent f312bbc commit 7ca91ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 7ca91ec

Please sign in to comment.