mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
26 lines
651 B
JSON
26 lines
651 B
JSON
{
|
|
"name": "pear/net_dns2",
|
|
"type": "library",
|
|
"version": "1.4.1",
|
|
"description": "Native PHP5 DNS Resolver and Updater Library",
|
|
"keywords": ["dns","network"],
|
|
"homepage": "http://netdns2.com/",
|
|
"license": "BSD-2-Clause",
|
|
"support": {
|
|
"issues": "https://github.com/mikepultz/netdns2/issues"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Mike Pultz",
|
|
"email": "mike@mikepultz.com",
|
|
"homepage": "http://mikepultz.com/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.1.2"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Net_DNS2": "" }
|
|
}
|
|
}
|