Not needed at this point

This commit is contained in:
Stefan Vetsch 2015-03-14 17:41:25 +01:00
parent ec8df93d19
commit 3835a48db8
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{ {
"name": "singpolyma/openpgp-php", "name": "singpolyma/openpgp-php",
"description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)", "description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)",
"minimum-stability": "stable",
"license": "Unlicense", "license": "Unlicense",
"authors": [ "authors": [
{ {
@ -22,4 +21,4 @@
"autoload": { "autoload": {
"classmap": ["lib/"] "classmap": ["lib/"]
} }
} }