Merge branch 'master' into develop

This commit is contained in:
Taylor Otwell 2013-10-13 20:57:43 -05:00
commit 80b1c853ce
2 changed files with 3 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
composer.phar
composer.lock
.DS_Store
Thumbs.db

View File

@ -20,10 +20,8 @@
"post-install-cmd": [
"php artisan optimize"
],
"pre-update-cmd": [
"php artisan clear-compiled"
],
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
],
"post-create-project-cmd": [