{
  "name": "vint3/remove-projects-in-divi",
  "description": "Remove the Projects Post Type in Divi by Elegant Themes.",
  "type": "wordpress-plugin",
  "keywords": ["wordpress", "plugin"],
  "homepage": "https://github.com/vint3creative/remove-projects-in-divi.git",
  "license": "GPL-2.0+",
  "require": {
    "composer/installers": "~1.0",
    "dg/composer-cleaner": "^1.1",
    "php": ">=5.6"
  },
  "require-dev": {
    "phpunit/phpunit": "*@stable",
    "10up/wp_mock": "@dev"
  },
  "authors": [
    {
      "name": "Vint3",
      "email": "hello@vint3.com",
      "homepage": "http://vint3.com"
    },
    {
      "name": "Sérgio Santos",
      "email": "me@s3rgiosan.com",
      "homepage": "https://s3rgiosan.com"
    }
  ],
  "autoload": {
    "psr-4": {
      "Vint3\\WP\\Plugin\\Divi\\RemoveProjects\\": "lib/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Vint3\\WP\\Plugin\\Tests\\Divi\\RemoveProjects\\": "tests/"
    }
  },
  "minimum-stability": "stable",
  "config": {
    "sort-packages": true
  }
}
