PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Uldis Nelsons   D3 Notification   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: D3 Notification
Register handler for change events in model object
Author: By
Last change:
Date: 2 years ago
Size: 636 bytes
 

Contents

Class file image Download
{ "name": "d3yii2/d3notification", "description": "Notification registry", "type": "library", "keywords": ["yii2", "notification", "registry"], "license": "BSD-4-Clause", "authors": [ { "name": "Uldis Nelsons", "email": "uldis@weberp.lv", "homepage": "http://www.weberp.lv/" } ], "homepage": "https://github.com/d3yii2/d3notification", "require": { "yiisoft/yii2": "*", "d3yii2/d3system": "*", "unyii2/yii2-panel": "*" }, "autoload": { "psr-4": { "d3yii2\\d3notification\\": "" } } }