You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
662 B
25 lines
662 B
{
|
|
"name": "s1lentium/iptools",
|
|
"type": "library",
|
|
"description": "PHP Library for manipulating network addresses (IPv4 and IPv6)",
|
|
"keywords": ["IP-Tools", "network", "subnet", "cidr", "IP", "IPv4", "IPv6"],
|
|
"license": "MIT",
|
|
"authors": [{
|
|
"name": "Safarov Alisher",
|
|
"email": "alisher.safarov@outlook.com",
|
|
"homepage": "https://github.com/S1lentium"
|
|
}],
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"ext-bcmath": "*"
|
|
},
|
|
"require-dev": {
|
|
"satooshi/php-coveralls": "~1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"IPTools\\": "src/"
|
|
}
|
|
}
|
|
}
|