PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Johnny Mast   PHP Filters and Actions   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Filters and Actions
Listen to events and execute registered actions
Author: By
Last change:
Date: 6 years ago
Size: 576 bytes
 

Contents

Class file image Download
{ "name": "redbox/hooks", "description": "description_text", "minimum-stability": "stable", "license": "proprietary", "authors": [ { "name": "Johnny Mast", "email": "mastjohnny@gmail.com" } ], "autoload": { "psr-4": { "Redbox\\Hooks\\": "src/", "Redbox\\Hooks\\Demos\\": "demos/" } }, "autoload-dev": { "psr-4": { "Redbox\\Hooks\\Tests\\": "tests/" } }, "require": { "doctrine/common": "2.7.1" }, "require-dev": { "phpunit/phpunit": "4.8.24", "sebastian/peek-and-poke": "1.0.x-dev" } }