Renamed to leenooks/openpgp-php for composer
This commit is contained in:
parent
8ab0a21c68
commit
d458fecff6
@ -5,6 +5,8 @@ OpenPGP.php: OpenPGP for PHP
|
|||||||
|
|
||||||
This is a pure-PHP implementation of the OpenPGP Message Format (RFC 4880).
|
This is a pure-PHP implementation of the OpenPGP Message Format (RFC 4880).
|
||||||
|
|
||||||
|
This repository is forked from singpolyma/openpgp-php, and was only created to learn and understand the code.
|
||||||
|
|
||||||
* <https://github.com/singpolyma/openpgp-php>
|
* <https://github.com/singpolyma/openpgp-php>
|
||||||
|
|
||||||
About OpenPGP
|
About OpenPGP
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "singpolyma/openpgp-php",
|
"name": "leenooks/openpgp-php",
|
||||||
"description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)",
|
"description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)",
|
||||||
"license": "Unlicense",
|
"license": "Unlicense",
|
||||||
"authors": [
|
"authors": [
|
||||||
@ -10,6 +10,10 @@
|
|||||||
{
|
{
|
||||||
"name": "Stephen Paul Weber",
|
"name": "Stephen Paul Weber",
|
||||||
"email": "singpolyma@singpolyma.net"
|
"email": "singpolyma@singpolyma.net"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Deon George",
|
||||||
|
"email": "deon@leenooks.net"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
|
Loading…
Reference in New Issue
Block a user