Renamed to leenooks/openpgp-php for composer

This commit is contained in:
Deon George 2020-06-04 21:28:48 +10:00
parent 8ab0a21c68
commit d458fecff6
3 changed files with 8 additions and 2 deletions

View File

@ -5,6 +5,8 @@ OpenPGP.php: OpenPGP for PHP
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>
About OpenPGP

View File

@ -1 +1 @@
0.3.0
0.4.0

View File

@ -1,5 +1,5 @@
{
"name": "singpolyma/openpgp-php",
"name": "leenooks/openpgp-php",
"description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)",
"license": "Unlicense",
"authors": [
@ -10,6 +10,10 @@
{
"name": "Stephen Paul Weber",
"email": "singpolyma@singpolyma.net"
},
{
"name": "Deon George",
"email": "deon@leenooks.net"
}
],
"require": {