{
    "name": "xrstf/ip-utils",
    "description": "small library to deal with IPv4 & IPv6 addresses and subnets",
    "keywords": [
        "ip",
        "ipv4",
        "ipv6",
        "subnet",
        "matching"
    ],
    "authors": [
        {
            "name": "Christoph Mewes",
            "homepage": "http://www.xrstf.de/"
        }
    ],
    "license": "MIT",
    "type": "library",
    "require": {
        "php": ">=5.3.0"
    },
    "autoload": {
        "psr-0": {
            "IpUtils\\": "lib/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-default": "1.x-dev"
        }
    }
}
