PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Uldis Nelsons   D3 Labels   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: D3 Labels
Attach label tag values to model objects
Author: By
Last change:
Date: 4 years ago
Size: 406 bytes
 

Contents

Class file image Download
{ "name": "d3yii2/d3labels", "description": "Yii2 labels", "keywords": ["Yii2","labels"], "license": "BSD-4-Clause", "authors": [ { "name": "Uldis Nelsons", "email": "uldis@weberp.lv" } ], "homepage": "https://github.com/d3yii2/d3labels", "require": { "php": ">=5.4.0", "yiisoft/yii2": "*" }, "autoload": { "psr-4": { "d3labels\\": "" } } }