diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..e1ff974 --- /dev/null +++ b/composer.json @@ -0,0 +1,29 @@ +{ + "name": "singpolyma/openpgp-php", + "description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)", + "minimum-stability": "stable", + "license": "Unlicense", + "authors": [ + { + "name": "Arto Bendiken", + "email": "arto.bendiken@gmail.com" + }, + { + "name": "Stephen Paul Weber", + "email": "singpolyma@singpolyma.net" + } + ], + "require": { + "phpseclib/phpseclib": "~0.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "autoload": { + "psr-0": { + "OpenPGP": "lib/" + }, + "files": [ + ] + } +} \ No newline at end of file