PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Download Installed Plugin   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Download Installed Plugin
Download a WordPress plugin as a ZIP archive
Author: By
Last change:
Date: Yesterday
Size: 1,280 bytes
 

Contents

Class file image Download
{ "name": "download-installed-plugin/download-installed-plugin", "description": "A plugin for downloading the currently installed plugin as a zip file.", "type": "project", "config": { "platform": { "php": "7.4" }, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "roots/wordpress-core-installer": true }, "preferred-install": "dist", "archive": { "exclude": [ "tests", "bin", "docs", "*.md", ".*", ".zip", ".log", ".txt", ".md", ".dist" ] } }, "license": "GPL-2.0+", "authors": [ { "name": "Adeleye Ayodeji", "homepage": "https://www.adeleyeayodeji.com/" } ], "require": { "php": ">=7.4" }, "require-dev": { "wp-coding-standards/wpcs": "^3.0", "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpunit/phpunit": "^9", "wp-phpunit/wp-phpunit": "^5", "yoast/phpunit-polyfills": "^1.0", "roots/wordpress": "^6.0" }, "scripts": { "test": "phpunit" }, "autoload": { "files": [ "app/helpers/helper.php" ], "classmap": [ "core/", "app/" ] } }