{
"name": "kigkonsult/iptools",
"type": "library",
"description": "ipv4/ipv6 tools",
"keywords": [
"IP",
"IPnumber",
"IPv4",
"IPv6",
"range",
"verify",
"CIDR",
"block",
"netmask"
],
"time" : "2018-04-12",
"license": "LGPL-3.0-or-later",
"homepage": "http://kigkonsult.se",
"support": {
"issues": "https://github.com/iCalcreator/ipTools/issues",
"source": "https://github.com/iCalcreator/ipTools"
},
"authors": [
{
"name": "Kjell-Inge Gustafsson",
"email": "ical@kigkonsult.se"
}
],
"autoload": {
"files": ["autoload.php"],
"psr-4": { "Kigkonsult\\IpTools\\": "src/" }
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "^6.5.13"
}
}
|