PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Josantonius   WP_Plugin-Info   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WP_Plugin-Info
Retrieve WordPress plugin information values
Author: By
Last change: Updated to version 1.0.4
Date: 6 years ago
Size: 2,108 bytes
 

Contents

Class file image Download
{ "name": "eliasis-framework/wp-plugin-info", "description": "Get and save plugin information from WordPress API to be consumed by other modules.", "type": "eliasis-plugin", "keywords": [ "WordPress", "Plugin", "Eliasis", "Component", "Info", "WordPress-API", "PHP", "HHVM" ], "license": "MIT", "authors": [ { "name": "Josantonius", "email": "hello@josantonius.com", "homepage": "https://josantonius.com", "role": "Developer" } ], "config": { "preferred-install": "dist" }, "minimum-stability": "dev", "support": { "issues": "https://github.com/eliasis-framework/wp-plugin-info/issues", "forum": "http://stackoverflow.com/tags/wp-plugin-info", "source": "https://github.com/eliasis-framework/wp-plugin-info" }, "require": { "php": "^5.6 || ^7.0", "eliasis-framework/eliasis" : "^1.1.3", "eliasis-framework/complement": "^1.1.1", "composer/installers" : "^1.4.0" }, "require-dev": { "wp-coding-standards/wpcs": "^0.14", "phpunit/phpunit": "^5.7 || ^6.0", "squizlabs/php_codesniffer": "^3.2.2", "friendsofphp/php-cs-fixer": "^2.3 || ^2.8", "phpmd/phpmd": "^2.6" }, "autoload": { "classmap": [ "src/" ] }, "autoload-dev": { "classmap": [ "tests/" ] }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "scripts": { "phpunit": "vendor/bin/phpunit --colors=always;", "phpcs": "vendor/bin/phpcs --standard=phpcs.xml $(find . -name '*.php');", "phpmd": "vendor/bin/phpmd src,tests text ./phpmd.xml", "fix": [ "vendor/bin/php-cs-fixer fix -v", "vendor/bin/phpcbf src tests" ], "tests": [ "clear", "@phpmd", "@phpcs", "@phpunit" ] } }