comparison vendor/pear/console_getopt/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 "authors": [
3 {
4 "email": "andrei@php.net",
5 "name": "Andrei Zmievski",
6 "role": "Lead"
7 },
8 {
9 "email": "stig@php.net",
10 "name": "Stig Bakken",
11 "role": "Developer"
12 },
13 {
14 "email": "cellog@php.net",
15 "name": "Greg Beaver",
16 "role": "Helper"
17 }
18 ],
19 "autoload": {
20 "psr-0": {
21 "Console": "./"
22 }
23 },
24 "description": "More info available on: http://pear.php.net/package/Console_Getopt",
25 "include-path": [
26 "./"
27 ],
28 "license": "BSD-2-Clause",
29 "name": "pear/console_getopt",
30 "support": {
31 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
32 "source": "https://github.com/pear/Console_Getopt"
33 },
34 "type": "library"
35 }