55b54e0a42
added baconqr to composer package list added admin settings page for qr code
46 lines
930 B
JSON
Executable File
46 lines
930 B
JSON
Executable File
{
|
|
"name": "laravel/laravel",
|
|
"description": "The Laravel Framework.",
|
|
"keywords": ["framework", "laravel"],
|
|
"require": {
|
|
"laravel/framework": "4.0.*",
|
|
"cartalyst/sentry": "2.0.*",
|
|
"barryvdh/laravel-debugbar": "dev-master",
|
|
"chumper/datatable": "dev-master",
|
|
"bacon/bacon-qr-code": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"app/commands",
|
|
"app/controllers",
|
|
"app/models",
|
|
"app/database/migrations",
|
|
"app/database/seeds",
|
|
"app/tests/TestCase.php"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"pre-update-cmd": [
|
|
"php artisan clear-compiled"
|
|
],
|
|
"post-update-cmd": [
|
|
"php artisan optimize",
|
|
"php artisan debugbar:publish"
|
|
],
|
|
"post-install-cmd": [
|
|
"php artisan debugbar:publish"
|
|
],
|
|
"post-create-project-cmd": [
|
|
"php artisan key:generate"
|
|
]
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"bin-dir": "bin"
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|