Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sop committed May 20, 2019
1 parent ecfa79f commit d7309e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions README.md
@@ -1,21 +1,21 @@
# PKCS #8

[![Build Status](https://travis-ci.org/sop/pkcs8.svg?branch=master)](https://travis-ci.org/sop/pkcs8)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/sop/pkcs8/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/sop/pkcs8/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/sop/pkcs8/badge.svg?branch=master)](https://coveralls.io/github/sop/pkcs8?branch=master)
[![License](https://poser.pugx.org/sop/pkcs8/license)](https://github.com/sop/pkcs8/blob/master/LICENSE)

# PKCS #8

A PHP implementation of [PKCS #8](https://tools.ietf.org/html/rfc5208)
encrypted private-key.

## Requirements

- PHP >=7.2
- [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)
- PHP >=7.2
- [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

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -20,11 +20,11 @@
"prefer-stable": true,
"require": {
"php": ">=7.2",
"sop/asn1": "dev-php72 as 3.4.0",
"sop/crypto-encoding": "dev-php72 as 0.2.0",
"sop/crypto-types": "dev-php72 as 0.2.1",
"sop/crypto-bridge": "dev-php72 as 0.2.0",
"sop/pkcs5": "dev-php72 as 0.2.0"
"sop/asn1": "dev-master as 3.4.0",
"sop/crypto-encoding": "dev-master as 0.2.0",
"sop/crypto-types": "dev-master as 0.2.1",
"sop/crypto-bridge": "dev-master as 0.2.0",
"sop/pkcs5": "dev-master as 0.2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.1"
Expand Down

0 comments on commit d7309e3

Please sign in to comment.