Squashed 'Modules/Dashboard/' changes from d4a122f..47503d9
47503d9 Add a composer file git-subtree-dir: Modules/Dashboard git-subtree-split: 47503d9fcc29d3a7c72b4beae99b985d83799198
Showing
composer.json
0 → 100644
{ | ||
"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" | ||
} |
Please register or sign in to comment