{
	"name": "jalle19/php-whitelist-check",
	"type": "library",
	"description": "Provides a simple way to check whether an address or domain is on a whitelist",
	"keywords": ["whitelist", "ipv4", "cidr", "ipv6"],
	"homepage": "https://github.com/Jalle19/php-whitelist-check",
	"license": "BSD-2-Clause",
	"require": {
		"php": ">=5.3.0",
		"xrstf/ip-utils": "~1.1.0"
	},
	"require-dev": {
		"phpunit/phpunit": "3.7.*"
	},
	"autoload": {
		"psr-0": {
			"Whitelist\\": "src/"
		}
	}
}
