Squashed 'Modules/User/' changes from a6e264a..1153d09
1153d09 Remove unreachable return statement f91523b Add missing use statement 34f737a Add a composer file git-subtree-dir: Modules/User git-subtree-split: 1153d096e260723b7abf08be3182f690c361cd02
Showing
composer.json
0 → 100644
| { | |||
| "name": "asgardcms/user-module", | |||
| "type": "asgard-module", | |||
| "description": "User module for AsgardCMS. Handles the authentication and authorisation as well as the user management.", | |||
| "keywords": [ | |||
| "asgardcms", | |||
| "user", | |||
| "authentication", | |||
| "authorisation" | |||
| ], | |||
| "license": "MIT", | |||
| "authors": [ | |||
| { | |||
| "name": "Nicolas Widart", | |||
| "email": "info@asgardcms.com", | |||
| "role": "Developer" | |||
| } | |||
| ], | |||
| "support": { | |||
| "email": "support@asgardcms.com", | |||
| "issues": "https://github.com/AsgardCms/User/issues", | |||
| "source": "https://github.com/AsgardCms/User" | |||
| }, | |||
| "require": { | |||
| "php": ">=5.4", | |||
| "composer/installers": "~1.0" | |||
| }, | |||
| "minimum-stability": "dev" | |||
| } |
Please register or sign in to comment