Squashed 'Modules/Workshop/' changes from bac0f7f..98f839e
98f839e Add a composer file git-subtree-dir: Modules/Workshop git-subtree-split: 98f839e0e58a36b2ff37292e6f0444a70c07280e
Showing
composer.json
0 → 100644
{ | ||
"name": "asgardcms/workshop-module", | ||
"type": "asgard-module", | ||
"description": "Workshop module for AsgardCMS. Handles the activation of modules.", | ||
"keywords": [ | ||
"asgardcms", | ||
"workshop", | ||
"modules" | ||
], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Nicolas Widart", | ||
"email": "info@asgardcms.com", | ||
"role": "Developer" | ||
} | ||
], | ||
"support": { | ||
"email": "support@asgardcms.com", | ||
"issues": "https://github.com/AsgardCms/Workshop/issues", | ||
"source": "https://github.com/AsgardCms/Workshop" | ||
}, | ||
"require": { | ||
"php": ">=5.4", | ||
"composer/installers": "~1.0" | ||
}, | ||
"minimum-stability": "dev" | ||
} |
Please register or sign in to comment