forked from pear/Net_IPv4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 875 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"authors": [
{
"email": "[email protected]",
"name": "Marco Kaiser",
"role": "Lead"
},
{
"email": "[email protected]",
"name": "Florian Anderiasch",
"role": "Developer"
}
],
"autoload": {
"psr-0": {
"Net": "./"
}
},
"description": "More info available on: http://pear.php.net/package/Net_IPv4",
"include-path": [
"./"
],
"license": "PHP License 3.01",
"name": "mariopenterman/net_ipv4",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_IPv4",
"source": "https://github.com/mariopenterman/Net_IPv4"
},
"type": "library",
"require": {
"pear/pear_exception": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
}
}