Squashed 'Modules/Setting/' changes from e875263..d8d036c
d8d036c Caching more of the setting 5872ba6 Return empty string if no setting available c72c496 Change method signature 3b56c27 Add a composer file git-subtree-dir: Modules/Setting git-subtree-split: d8d036ce49e041183d7ccc5d91703fe06a7b9cbe
Showing
composer.json
0 → 100644
| { | ||
| "name": "asgardcms/setting-module", | ||
| "type": "asgard-module", | ||
| "description": "Setting module for AsgardCMS. Handles all the site settings.", | ||
| "keywords": [ | ||
| "asgardcms", | ||
| "settings" | ||
| ], | ||
| "license": "MIT", | ||
| "authors": [ | ||
| { | ||
| "name": "Nicolas Widart", | ||
| "email": "info@asgardcms.com", | ||
| "role": "Developer" | ||
| } | ||
| ], | ||
| "support": { | ||
| "email": "support@asgardcms.com", | ||
| "issues": "https://github.com/AsgardCms/Setting/issues", | ||
| "source": "https://github.com/AsgardCms/Setting" | ||
| }, | ||
| "require": { | ||
| "php": ">=5.4", | ||
| "composer/installers": "~1.0" | ||
| }, | ||
| "minimum-stability": "dev" | ||
| } |
Please register or sign in to comment