{
  "name" : "wimg/php-compatibility",
  "description" : "This is a set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.",
  "require" : {
    "php" : ">=5.1.2",
    "ext-tokenizer" : "*",
    "squizlabs/php_codesniffer" : ">=1.5.1,<=2.3.2"
  },
  "require-dev": {
    "satooshi/php-coveralls": "dev-master"
  },
  "authors" : [ {
    "name" : "Wim Godden",
    "role" : "lead"
  } ],
  "support" : {
    "issues" : "https://github.com/wimg/PHPCompatibility/issues",
    "source" : "https://github.com/wimg/PHPCompatibility"
  },
  "keywords" : [ "compatibility", "phpcs", "standards" ],
  "license" : "LGPL",
  "type" : "phpcodesniffer-standard",
  "homepage" : "http://techblog.wimgodden.be/tag/codesniffer/"
}
