AsgardCms/Dashboard

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "asgardcms/dashboard-module",
  "type": "asgard-module",
  "description": "Dashboard module for AsgardCMS. Handles the display of the dashboard.",
  "keywords": [
    "asgardcms",
    "dashboard"
  ],
  "license": "MIT",
  "authors": [
    {
      "name": "Nicolas Widart",
      "email": "info@asgardcms.com",
      "role": "Developer"
    }
  ],
  "support": {
    "email": "support@asgardcms.com",
    "issues": "https://github.com/AsgardCms/Dashboard/issues",
    "source": "https://github.com/AsgardCms/Dashboard"
  },
  "require": {
    "php": ">=5.4",
    "composer/installers": "~1.0"
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}