PHP Classes

File: vendor/roots/wordpress-core-installer/composer.json

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Download Installed Plugin   vendor/roots/wordpress-core-installer/composer.json   Download  
File: vendor/roots/wordpress-core-installer/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: 999 bytes
 

Contents

Class file image Download
{ "name": "roots/wordpress-core-installer", "description": "A custom installer to handle deploying WordPress with composer", "keywords": [ "wordpress" ], "type": "composer-plugin", "license": "GPL-2.0-or-later", "minimum-stability": "dev", "prefer-stable": true, "authors": [ { "name": "John P. Bloch", "email": "me@johnpbloch.com" }, { "name": "Roots", "email": "team@roots.io" } ], "autoload": { "psr-4": { "Roots\\Composer\\": "src/" } }, "autoload-dev": { "psr-4": { "Tests\\Roots\\Composer\\": "tests/" } }, "extra": { "class": "Roots\\Composer\\WordPressCorePlugin" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": ">=5.6.0" }, "require-dev": { "composer/composer": "^1.0 || ^2.0", "phpunit/phpunit": ">=5.7.27" }, "conflict": { "composer/installers": "<1.0.6" }, "replace": { "johnpbloch/wordpress-core-installer":"*" }, "scripts": { "test:phpunit": "phpunit", "test": [ "@test:phpunit" ] } }