PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mahesh Waghmare   WordPress Fields Plugin   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WordPress Fields Plugin
Add custom form fields to WordPress interface
Author: By
Last change:
Date: Yesterday
Size: 944 bytes
 

Contents

Class file image Download
{ "name": "maheshwaghmare/wp-meta-fields", "type": "library", "version": "1.0.10", "description": "Register Custom Fields for any WordPress theme or plugin. Build for developer.", "keywords": ["wordpress", "post-meta"], "homepage": "https://github.com/maheshwaghmare/wp-meta-fields", "license": "MIT", "authors": [ { "name": "Mahesh M. Waghmare", "email": "[email protected]", "homepage": "https://maheshwaghmare.wordpress.com/", "role": "Developer" } ], "require": { "php": ">=5.3.0", "composer/installers": "~1.0" }, "require-dev": { "phpunit/phpunit": "5.7.16|6.*", "squizlabs/php_codesniffer": "3.*", "wp-coding-standards/wpcs": "^2.0" }, "autoload": { "exclude-from-classmap": ["examples/"], "classmap": [ "src/wp-meta-fields.php" ] } }