Mercurial > hg > rc1
view vendor/pear/crypt_gpg/composer.json @ 43:771f6803cc4b default tip
somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
author | Charlie Root |
---|---|
date | Sun, 26 Jan 2025 13:13:49 -0500 |
parents | 1e000243b222 |
children |
line wrap: on
line source
{ "name": "pear/crypt_gpg", "description": "Provides an object oriented interface to the GNU Privacy Guard (GnuPG). It requires the GnuPG executable to be on the system.", "type": "library", "keywords": [ "gpg", "gnupg", "encryption", "pgp" ], "homepage": "https://github.com/pear/Crypt_GPG", "license": "LGPL-2.1", "authors": [ { "name": "Michael Gauthier", "email": "mike@silverorange.com" }, { "name": "Nathan Fredrickson", "email": "nathan@silverorange.com" }, { "name": "Aleksander Machniak", "email": "alec@alec.pl" } ], "require": { "php": ">=5.4.8", "ext-mbstring": "*", "pear/console_commandline": "*", "pear/pear_exception": "*" }, "suggest": { "ext-posix": "May require the posix PHP extension" }, "bin": [ "scripts/crypt-gpg-pinentry" ], "autoload": { "psr-0": { "Crypt": "./" } }, "include-path": [ "./" ], "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Crypt_GPG", "source": "https://github.com/pear/Crypt_GPG" }, "require-dev": { "phpunit/phpunit": "*" }, "archive": { "exclude": ["tools", "package.php"] } }