0
|
1 {
|
|
2 "authors": [
|
|
3 {
|
|
4 "email": "pear.neufeind@speedpartner.de",
|
|
5 "name": "Stefan Neufeind",
|
|
6 "role": "Lead"
|
|
7 },
|
|
8 {
|
|
9 "email": "daniel.oconnor@gmail.com",
|
|
10 "name": "Daniel O'Connor",
|
|
11 "role": "Lead"
|
|
12 }
|
|
13 ],
|
|
14 "autoload": {
|
|
15 "psr-0": {
|
|
16 "Net": "./"
|
|
17 }
|
|
18 },
|
|
19 "description": "More info available on: https://pear.php.net/package/Net_IDNA2",
|
|
20 "include-path": [
|
|
21 "./"
|
|
22 ],
|
|
23 "license": "LGPL",
|
|
24 "name": "pear/net_idna2",
|
|
25 "support": {
|
|
26 "issues": "https://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_IDNA2",
|
|
27 "source": "https://github.com/pear/Net_IDNA2"
|
|
28 },
|
|
29 "type": "library",
|
|
30 "require": {
|
|
31 "pear/pear_exception": "@stable"
|
|
32 },
|
|
33 "require-dev": {
|
|
34 "phpunit/phpunit": "^4"
|
|
35 }
|
|
36 }
|