From 3835a48db8fa9a3570286df495afaef0eb0fc379 Mon Sep 17 00:00:00 2001 From: Stefan Vetsch Date: Sat, 14 Mar 2015 17:41:25 +0100 Subject: [PATCH] Not needed at this point --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 52e2f52..a310173 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "name": "singpolyma/openpgp-php", "description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)", - "minimum-stability": "stable", "license": "Unlicense", "authors": [ { @@ -22,4 +21,4 @@ "autoload": { "classmap": ["lib/"] } -} \ No newline at end of file +}