added
Showing
LICENSE
0 → 100644
Net/DNS2/RFC3597.php
0 → 100644
Net/DNS2/RFC3597/RR.php
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "centralnic/net_dns2_rfc3597", | ||
"type": "library", | ||
"description": "RFC3597 support for Net_DNS2", | ||
"keywords": ["dns","network", "pear"], | ||
"license": "BSD-2-Clause", | ||
"authors": [ | ||
{ | ||
"name": "CentralNic Group plc", | ||
"email": "info@centralnic.com", | ||
"homepage": "https://www.centralnic.com/", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"pear/netdns2": "*" | ||
}, | ||
"autoload": { | ||
"psr-0": { "Net_DNS2_RFC3597": "" } | ||
} | ||
} |
Please register or sign in to comment