0
|
1 {
|
|
2 "name": "pear/pear-core-minimal",
|
|
3 "description": "Minimal set of PEAR core files to be used as composer dependency",
|
|
4 "license": "BSD-3-Clause",
|
|
5 "authors": [
|
|
6 {
|
|
7 "email": "cweiske@php.net",
|
|
8 "name": "Christian Weiske",
|
|
9 "role": "Lead"
|
|
10 }
|
|
11 ],
|
|
12 "autoload": {
|
|
13 "psr-0": {
|
|
14 "": "src/"
|
|
15 }
|
|
16 },
|
|
17 "include-path": [
|
|
18 "src/"
|
|
19 ],
|
|
20 "support": {
|
|
21 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
|
|
22 "source": "https://github.com/pear/pear-core-minimal"
|
|
23 },
|
|
24 "type": "library",
|
|
25 "require": {
|
|
26 "pear/console_getopt": "~1.4",
|
|
27 "pear/pear_exception": "~1.0"
|
|
28 },
|
|
29 "replace": {
|
|
30 "rsky/pear-core-min": "self.version"
|
|
31 }
|
|
32 }
|