| {
  "name": "ph-7/datatype",
  "description": "List of the available PHP data types, nicely stored into readable constant names",
  "keywords": [
    "constants",
    "php types",
    "types",
    "type names"
  ],
  "authors": [
    {
      "name": "Pierre-Henry Soria",
      "email": "[email protected] ",
      "homepage": "https://github.com/pH-7"
    }
  ],
  "type": "library",
  "license": "MIT",
  "require": {
    "php": ">=7.3.0"
  },
  "autoload": {
    "psr-4": {
      "PH7\\Datatype\\": "src"
    }
  },
  "scripts": {
    "test": "vendor/bin/phpunit"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.5"
  }
}
 |