Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes composer formatting issues #107

Merged
merged 1 commit into from
Dec 2, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixes composer formatting issues
  • Loading branch information
desmondmorris committed Dec 2, 2013
commit fba853a6a7a2f8166265cac2e99a526fd9b88c7b
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
"chumper/datatable": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "*"
},

"phpunit/phpunit": "*"
},
"autoload": {
"classmap": [
"app/commands",
Expand All @@ -27,11 +26,11 @@
"php artisan clear-compiled"
],
"post-update-cmd": [
"php artisan optimize"
"php artisan debugbar:publish"
"php artisan optimize",
"php artisan debugbar:publish"
],
"post-install-cmd": [
"php artisan debugbar:publish"
"php artisan debugbar:publish"
],
"post-create-project-cmd": [
"php artisan key:generate"
Expand Down