Mercurial > hg > rc1
comparison vendor/pear/pear_exception/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/pear_exception", | |
3 "description": "The PEAR Exception base class.", | |
4 "type": "class", | |
5 "keywords": [ | |
6 "exception" | |
7 ], | |
8 "homepage": "https://github.com/pear/PEAR_Exception", | |
9 "license": "BSD-2-Clause", | |
10 "authors": [ | |
11 { | |
12 "name": "Helgi Thormar", | |
13 "email": "dufuz@php.net" | |
14 }, | |
15 { | |
16 "name": "Greg Beaver", | |
17 "email": "cellog@php.net" | |
18 } | |
19 ], | |
20 "require": { | |
21 "php": ">=4.4.0" | |
22 }, | |
23 "autoload": { | |
24 "psr-0": { | |
25 "PEAR": "" | |
26 } | |
27 }, | |
28 "extra": { | |
29 "branch-alias": { | |
30 "dev-master": "1.0.x-dev" | |
31 } | |
32 }, | |
33 "include-path": [ | |
34 "." | |
35 ], | |
36 "support": { | |
37 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception", | |
38 "source": "https://github.com/pear/PEAR_Exception" | |
39 }, | |
40 "require-dev": { | |
41 "phpunit/phpunit": "*" | |
42 } | |
43 } |