comparison vendor/pear/crypt_gpg/composer.json @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
1 {
2 "name": "pear/crypt_gpg",
3 "description": "Provides an object oriented interface to the GNU Privacy Guard (GnuPG). It requires the GnuPG executable to be on the system.",
4 "type": "library",
5 "keywords": [
6 "gpg",
7 "gnupg",
8 "encryption",
9 "pgp"
10 ],
11 "homepage": "https://github.com/pear/Crypt_GPG",
12 "license": "LGPL-2.1",
13 "authors": [
14 {
15 "name": "Michael Gauthier",
16 "email": "mike@silverorange.com"
17 },
18 {
19 "name": "Nathan Fredrickson",
20 "email": "nathan@silverorange.com"
21 },
22 {
23 "name": "Aleksander Machniak",
24 "email": "alec@alec.pl"
25 }
26 ],
27 "require": {
28 "php": ">=5.4.8",
29 "ext-mbstring": "*",
30 "pear/console_commandline": "*",
31 "pear/pear_exception": "*"
32 },
33 "suggest": {
34 "ext-posix": "May require the posix PHP extension"
35 },
36 "bin": [
37 "scripts/crypt-gpg-pinentry"
38 ],
39 "autoload": {
40 "psr-0": {
41 "Crypt": "./"
42 }
43 },
44 "include-path": [
45 "./"
46 ],
47 "support": {
48 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Crypt_GPG",
49 "source": "https://github.com/pear/Crypt_GPG"
50 },
51 "require-dev": {
52 "phpunit/phpunit": "*"
53 },
54 "archive": {
55 "exclude": ["tools", "package.php"]
56 }
57 }