PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP Composer Install Mushroom Hook Manager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Composer Install Mushroom Hook Manager
Run Composer package post-installation scripts
Author: By
Last change:
Date: 9 months ago
Size: 866 bytes
 

Contents

Class file image Download
{ "name": "smoren/mushroom-hook-manager", "description": "Composer plugin for running post-install/post-update scripts of your project's dependencies", "keywords": ["composer", "plugin", "dependency", "script", "hook", "after install", "after update"], "type": "composer-plugin", "license": "MIT", "authors": [ { "name": "Smoren", "email": "ofigate@gmail.com" } ], "require": { "php": ">=7.2.0", "composer-plugin-api": "^2.1" }, "require-dev": { "composer/composer": "^2.0" }, "autoload": { "psr-4": { "Smoren\\Composer\\Mushroom\\": "src" } }, "extra": { "class": "\\Smoren\\Composer\\Mushroom\\HookManager" }, "config": { "fxp-asset": { "enabled": false } }, "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ] }