Update composer.json to comply with update to composer

This commit is contained in:
Kevin MacMartin 2016-03-16 17:43:46 -04:00
parent bcb11e1b33
commit e0a1832d31

View file

@ -45,10 +45,8 @@
"php artisan clear-compiled",
"php artisan optimize"
],
"pre-update-cmd": [
"php artisan clear-compiled"
],
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
]
},