Skip to content

Commit

Permalink
Fixes composer formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondmorris committed Dec 2, 2013
1 parent 392cc8e commit fba853a
Showing 1 changed file with 5 additions and 6 deletions.
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

0 comments on commit fba853a

Please sign in to comment.