From d458fecff61e85193231555d8e3958cde599419d Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 4 Jun 2020 21:28:48 +1000 Subject: [PATCH] Renamed to leenooks/openpgp-php for composer --- README.md | 2 ++ VERSION | 2 +- composer.json | 6 +++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d371a2d..0d22c58 100644 --- a/README.md +++ b/README.md @@ -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. + * About OpenPGP diff --git a/VERSION b/VERSION index 0d91a54..1d0ba9e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.4.0 diff --git a/composer.json b/composer.json index 4db5859..fbeb496 100644 --- a/composer.json +++ b/composer.json @@ -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": {