PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP Event based Inheritance Model   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Event based Inheritance Model
Register handlers to process events in a chain
Author: By
Last change:
Date: 1 year ago
Size: 583 bytes
 

Contents

Class file image Download
{ "name": "smoren/event-based-inheritance-model", "description": "Event-based inheritance model", "keywords": ["event", "inheritance"], "license": "MIT", "authors": [ { "name": "Smoren", "email": "ofigate@gmail.com" } ], "require": { "php": ">=7.2.0", "ext-json": "*" }, "autoload": { "psr-4": { "Smoren\\EventBasedInheritanceModel\\": "src" } }, "config": { "fxp-asset": { "enabled": false } }, "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ] }