mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-16 11:28:50 +00:00
All kinds of cleanup.
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
"satooshi/php-coveralls": "dev-master",
|
||||
"mockery/mockery": "@stable",
|
||||
"league/factory-muffin": "~2.0",
|
||||
"codeception/codeception": "*"
|
||||
"codeception/codeception": "*",
|
||||
"codeception/c3": "2.*"
|
||||
|
||||
},
|
||||
"autoload": {
|
||||
@@ -53,11 +54,13 @@
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"php artisan clear-compiled",
|
||||
"php artisan optimize"
|
||||
"php artisan optimize",
|
||||
"Codeception\\c3\\Installer::copyC3ToRoot"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"php artisan clear-compiled",
|
||||
"php artisan optimize"
|
||||
"php artisan optimize",
|
||||
"Codeception\\c3\\Installer::copyC3ToRoot"
|
||||
],
|
||||
"post-create-project-cmd": [
|
||||
"php artisan key:generate"
|
||||
|
||||
Reference in New Issue
Block a user