Squashed 'Modules/Menu/' changes from c345f10..cd29d47
cd29d47 Set the priority 693b82f Adding primary error message on create view 2989616 Adding the page selection 68a4085 Fix the unique check b227adf Add a composer file 0935053 Change the routes structure git-subtree-dir: Modules/Menu git-subtree-split: cd29d4750cbb04540937fb5c7662549ce8dd6114
Showing
composer.json
0 → 100644
| { | ||
| "name": "asgardcms/menu-module", | ||
| "type": "asgard-module", | ||
| "description": "Menu module for AsgardCMS. Handles all the menus.", | ||
| "keywords": [ | ||
| "asgardcms", | ||
| "menu", | ||
| "tree", | ||
| "nested sets" | ||
| ], | ||
| "license": "MIT", | ||
| "authors": [ | ||
| { | ||
| "name": "Nicolas Widart", | ||
| "email": "info@asgardcms.com", | ||
| "role": "Developer" | ||
| } | ||
| ], | ||
| "support": { | ||
| "email": "support@asgardcms.com", | ||
| "issues": "https://github.com/AsgardCms/Menu/issues", | ||
| "source": "https://github.com/AsgardCms/Menu" | ||
| }, | ||
| "require": { | ||
| "php": ">=5.4", | ||
| "composer/installers": "~1.0" | ||
| }, | ||
| "minimum-stability": "dev" | ||
| } |
Please register or sign in to comment