Adding the asgard packages
Showing
{ | { | ||
"name": "laravel/laravel", | "name": "laravel/laravel", | ||
"description": "The Laravel Framework.", | "description": "The Laravel Framework.", | ||
"keywords": ["framework", "laravel"], | "keywords": [ | ||
"license": "MIT", | "framework", | ||
"type": "project", | "laravel" | ||
"require": { | ], | ||
"laravel/framework": "5.0.*" | "license": "MIT", | ||
}, | "type": "project", | ||
"require-dev": { | "require": { | ||
"phpunit/phpunit": "~4.0", | "laravel/framework": "5.0.*", | ||
"phpspec/phpspec": "~2.1" | "asgardcms/core-module": "dev-develop", | ||
}, | "asgardcms/dashboard-module": "dev-develop", | ||
"autoload": { | "asgardcms/user-module": "dev-develop", | ||
"classmap": [ | "asgardcms/setting-module": "dev-develop", | ||
"database" | "asgardcms/media-module": "dev-develop", | ||
], | "asgardcms/page-module": "dev-develop", | ||
"psr-4": { | "asgardcms/menu-module": "dev-develop", | ||
"App\\": "app/" | "asgardcms/workshop-module": "dev-develop", | ||
} | "asgardcms/demo-theme": "dev-develop", | ||
}, | "asgardcms/adminlte-theme": "dev-master" | ||
"autoload-dev": { | }, | ||
"classmap": [ | "require-dev": { | ||
"tests/TestCase.php" | "phpunit/phpunit": "~4.0", | ||
] | "phpspec/phpspec": "~2.1" | ||
}, | }, | ||
"scripts": { | "autoload": { | ||
"post-install-cmd": [ | "classmap": [ | ||
"php artisan clear-compiled", | "database" | ||
"php artisan optimize" | ], | ||
], | "psr-4": { | ||
"post-update-cmd": [ | "App\\": "app/" | ||
"php artisan clear-compiled", | } | ||
"php artisan optimize" | }, | ||
], | "autoload-dev": { | ||
"post-create-project-cmd": [ | "classmap": [ | ||
"php -r \"copy('.env.example', '.env');\"", | "tests/TestCase.php" | ||
"php artisan key:generate" | ] | ||
] | }, | ||
}, | "scripts": { | ||
"config": { | "post-install-cmd": [ | ||
"preferred-install": "dist" | "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