{
    "name": "darsyn/ip",
    "description": "An immutable IP Address value object that provides several different notations, including helper functions.",
    "license": "MIT",
    "keywords": ["library", "value-object", "immutable", "ip", "ipv4", "ipv6"],
    "type": "library",
    "homepage": "https://github.com/darsyn/ip",
    "authors": [
        {
            "name": "Zan Baldwin",
            "email": "hello@zanbaldwin.com",
            "homepage": "https://zanbaldwin.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "Darsyn\\IP\\": "src/"
        }
    },
    "require": {
        "php-64bit": ">=7.1",
        "php-ipv6": ">=7.1",
        "ext-ctype": "*"
    },
    "autoload-dev": {
        "psr-4": {
            "Darsyn\\IP\\Tests\\": "tests/"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "*"
    },
    "prefer-stable": true,
    "config": {
        "sort-packages": true
    },
    "suggest": {
        "darsyn/ip-doctrine": "to use IP as a Doctrine column type"
    }
}
