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 +}