felixarntz/post-types-definitely

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "felixarntz/post-types-definitely",
  "description": "This framework plugin makes adding post types with taxonomies and meta to WordPress very simple, yet flexible.",
  "version": "0.6.7",
  "license": "GPL-3.0",
  "type": "wordpress-plugin",
  "keywords": [
    "wordpress",
    "plugin",
    "definitely",
    "framework",
    "custom-post-type",
    "list table",
    "post filters",
    "row actions",
    "bulk actions",
    "taxonomies",
    "post meta",
    "term meta",
    "meta boxes"
  ],
  "homepage": "https://wordpress.org/plugins/post-types-definitely/",
  "authors": [
    {
      "name": "Felix Arntz",
      "email": "felix-arntz@leaves-and-love.net",
      "homepage": "https://leaves-and-love.net",
      "role": "Developer"
    }
  ],
  "support": {
    "email": "felix-arntz@leaves-and-love.net",
    "issues": "https://github.com/felixarntz/post-types-definitely/issues"
  },
  "config": {
    "preferred-install": "dist"
  },
  "autoload": {
    "psr-4": {
      "WPPTD\\": "inc/WPPTD/"
    },
    "files": [
      "inc/functions.php"
    ]
  },
  "require": {
    "composer/installers": "~1.0",
    "felixarntz/wpdlib": "0.6.7",
    "felixarntz/leavesandlove-wp-plugin-util": "2.0.3"
  },
  "extra": {
    "installer-paths": {
      "vendor/felixarntz/{$name}/": ["felixarntz/wpdlib"]
    }
  }
}