PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis PHP Dashboard Plugin Creator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Melis PHP Dashboard Plugin Creator
Plugin to create dashboards for the Melis platform
Author: By
Last change:
Date: 2 years ago
Size: 853 bytes
 

Contents

Class file image Download
{ "name": "melisplatform/melis-dashboard-plugin-creator", "description": "Melis Platform Dashboard Plugin Creator", "type": "melisplatform-module", "license": "OSL-3.0", "homepage": "https://github.com/melisplatform/melis-dashboard-plugin-creator", "support": { "source": "https://github.com/melisplatform/melis-dashboard-plugin-creator", "issues": "https://github.com/melisplatform/melis-dashboard-plugin-creator/issues" }, "keywords": [ "melis", "zf2", "module", "plugin", "dashboard" ], "extra": { "module-name": "MelisDashboardPluginCreator", "melis-site": false }, "require": { "php": "^7.1.3|^7.2|^7.3", "laminas/laminas-paginator": "^2.8", "melisplatform/melis-core": "^4.0", "melisplatform/melis-tool-creator": "^4.0" }, "autoload": { "psr-4": { "MelisDashboardPluginCreator\\": "src/" } } }