{
  "name" : "tholu/php-cidr-match",
  "type" : "library",
  "description" : "CIDRmatch is a library to match an IP to an IP range in CIDR notation (IPv4 and IPv6).",
  "keywords" : [
    "PHP",
    "IPv4",
    "IPv6",
    "CIDR"
  ],
  "license" : "MIT",
  "authors" : [{
    "name" : "Thomas Lutz",
    "email" : "thomaslutz.de@gmail.com",
    "homepage" : "https://github.com/tholu",
    "role" : "Creator, Developer, Maintainer"
  }
  ],
  "require" : {
    "php" : ">=7.4"
  },
  "require-dev" : {
    "squizlabs/php_codesniffer": "^3.13.5",
    "composer/composer": "^2.9.5",
    "phpunit/phpunit" : "^9.6.29"
  },
  "autoload" : {
    "psr-0" : {
      "CIDRmatch\\" : ""
    }
  }
}
