{
  "name": "spatie/string",
  "description": "String handling evolved",
  "keywords": [
    "spatie",
    "string",
    "handling",
    "handy"
  ],
  "homepage": "https://github.com/spatie/string",
  "license": "MIT",
  "authors": [
    {
      "name": "Freek Van der Herten",
      "email": "freek@spatie.be",
      "homepage": "https://spatie.be",
      "role": "Developer"
    }
  ],
  "require": {
    "php" : "^7.0|^8.0",
    "anahkiasen/underscore-php": "^2.0"
  },
  "require-dev": {
    "phpunit/phpunit" : "^9.3"
  },
  "autoload": {
    "files": ["src/string_functions.php"],
    "psr-4": {
      "Spatie\\String\\": "src"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Spatie\\String\\Test\\": "tests"
    }
  },
  "scripts": {
    "test": "phpunit"
  }
}
