Mercurial > hg > rc1
comparison vendor/pear/net_idna2/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": "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 } |