{
  "name": "pattern/clean-regex",
  "version": "1.0",
  "description": "The most advanced PHP regexp library. Clean, descriptive wrapper functions enhancing PCRE extension methods.",
  "autoload": {
    "files": [
      "helper/helper.php",
      "test/DataProviders.php",
      "test/Warnings.php",
      "test/ClassWithToString.php"
    ],
    "psr-0": {
      "CleanRegex\\": "src",
      "SafeRegex\\": "src",
      "CleanRegex\\Test\\": "test",
      "SafeRegex\\Test\\": "test"
    }
  },
  "require": {
    "php": ">=5.6.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^5.0"
  }
}
