Adding the asgard packages
Showing
| { | ||
| "name": "laravel/laravel", | ||
| "description": "The Laravel Framework.", | ||
| "keywords": ["framework", "laravel"], | ||
| "license": "MIT", | ||
| "type": "project", | ||
| "require": { | ||
| "laravel/framework": "5.0.*" | ||
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": "~4.0", | ||
| "phpspec/phpspec": "~2.1" | ||
| }, | ||
| "autoload": { | ||
| "classmap": [ | ||
| "database" | ||
| ], | ||
| "psr-4": { | ||
| "App\\": "app/" | ||
| } | ||
| }, | ||
| "autoload-dev": { | ||
| "classmap": [ | ||
| "tests/TestCase.php" | ||
| ] | ||
| }, | ||
| "scripts": { | ||
| "post-install-cmd": [ | ||
| "php artisan clear-compiled", | ||
| "php artisan optimize" | ||
| ], | ||
| "post-update-cmd": [ | ||
| "php artisan clear-compiled", | ||
| "php artisan optimize" | ||
| ], | ||
| "post-create-project-cmd": [ | ||
| "php -r \"copy('.env.example', '.env');\"", | ||
| "php artisan key:generate" | ||
| ] | ||
| }, | ||
| "config": { | ||
| "preferred-install": "dist" | ||
| } | ||
| "name": "laravel/laravel", | ||
| "description": "The Laravel Framework.", | ||
| "keywords": [ | ||
| "framework", | ||
| "laravel" | ||
| ], | ||
| "license": "MIT", | ||
| "type": "project", | ||
| "require": { | ||
| "laravel/framework": "5.0.*", | ||
| "asgardcms/core-module": "dev-develop", | ||
| "asgardcms/dashboard-module": "dev-develop", | ||
| "asgardcms/user-module": "dev-develop", | ||
| "asgardcms/setting-module": "dev-develop", | ||
| "asgardcms/media-module": "dev-develop", | ||
| "asgardcms/page-module": "dev-develop", | ||
| "asgardcms/menu-module": "dev-develop", | ||
| "asgardcms/workshop-module": "dev-develop", | ||
| "asgardcms/demo-theme": "dev-develop", | ||
| "asgardcms/adminlte-theme": "dev-master" | ||
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": "~4.0", | ||
| "phpspec/phpspec": "~2.1" | ||
| }, | ||
| "autoload": { | ||
| "classmap": [ | ||
| "database" | ||
| ], | ||
| "psr-4": { | ||
| "App\\": "app/" | ||
| } | ||
| }, | ||
| "autoload-dev": { | ||
| "classmap": [ | ||
| "tests/TestCase.php" | ||
| ] | ||
| }, | ||
| "scripts": { | ||
| "post-install-cmd": [ | ||
| "php artisan clear-compiled", | ||
| "php artisan optimize" | ||
| ], | ||
| "post-update-cmd": [ | ||
| "php artisan clear-compiled", | ||
| "php artisan optimize" | ||
| ], | ||
| "post-create-project-cmd": [ | ||
| "php -r \"copy('.env.example', '.env');\"", | ||
| "php artisan key:generate" | ||
| ] | ||
| }, | ||
| "config": { | ||
| "preferred-install": "dist" | ||
| }, | ||
| "minimum-stability": "dev", | ||
| "prefer-stable": true | ||
| } |
This diff is collapsed.
Please register or sign in to comment