{
  "name": "codeforest/wp-rest-starter",
  "description": "Starter package for working with the WordPress REST API in an object-oriented fashion.",
  "type": "library",
  "keywords": [
    "api",
    "endpoint",
    "oop",
    "rest",
    "starter",
    "wordpress",
    "wp"
  ],
  "license": "MIT",
  "authors": [
    {
      "name": "Inpsyde GmbH",
      "email": "hello@inpsyde.com",
      "homepage": "https://inpsyde.com",
      "role": "Company"
    },
    {
      "name": "Thorsten Frommen",
      "email": "t.frommen@inpsyde.com",
      "homepage": "https://twitter.com/thorstenfrommen",
      "role": "Developer"
    }
  ],
  "require": {
    "php": "^7.0",
    "guzzlehttp/psr7": "~1.0",
    "psr/http-message": "~1.0"
  },
  "require-dev": {
    "brain/monkey": "^1.4",
    "mockery/mockery": "~0.9",
    "phpunit/phpunit": "^6.0"
  },
  "autoload": {
    "psr-4": {
      "Inpsyde\\WPRESTStarter\\": "src"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Inpsyde\\WPRESTStarter\\Tests\\Integration\\": "tests/php/integration",
      "Inpsyde\\WPRESTStarter\\Tests\\Unit\\": "tests/php/unit"
    }
  },
  "extra": {
    "branch-alias": {
      "dev-master": "4.0.x-dev"
    }
  }
}
