PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Protung Dragos   PHP Event Dispatcher   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description:
Class: PHP Event Dispatcher
Register events and call registered listeners
Author: By
Last change: Update of composer.json
Date: 2 years ago
Size: 635 bytes
 

Contents

Class file image Download
{ "name":"wingu/event-dispatcher", "description":"Wingu OctopusCore EventDispatcher", "version":"1.0.1", "type":"library", "keywords":[ "events" ], "license":"MIT", "authors":[ { "name":"Dragos", "email":"dragos.protung@speicher210.com", "role":"Developer" } ], "require":{ "php":">=5.4" }, "require-dev": { "phpunit/phpunit": "4.1.*" }, "autoload":{ "psr-0":{ "Wingu\\OctopusCore\\EventDispatcher\\":"src/", "Wingu\\OctopusCore\\EventDispatcher\\Tests":"tests/" } } }