mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-26 19:00:22 -06:00
Cleaned up build files.
This commit is contained in:
parent
f49a37a38e
commit
e97da25d5a
@ -23,16 +23,11 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"laravel/framework": "4.2.*",
|
"laravel/framework": "4.2.*",
|
||||||
"laravelbook/ardent": "~2.4",
|
"laravelbook/ardent": "~2.4",
|
||||||
"codesleeve/asset-pipeline": "~2.0",
|
"codesleeve/asset-pipeline": "~2.0"
|
||||||
"pda/pheanstalk": "~2.0"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"barryvdh/laravel-debugbar": "@stable",
|
"barryvdh/laravel-debugbar": "@stable",
|
||||||
"barryvdh/laravel-ide-helper": "@stable",
|
"barryvdh/laravel-ide-helper": "@stable"
|
||||||
"mockery/mockery": "@dev",
|
|
||||||
"satooshi/php-coveralls": "@stable",
|
|
||||||
"league/factory-muffin": "@stable",
|
|
||||||
"doctrine/dbal": "@stable"
|
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#composer self-update
|
#composer self-update
|
||||||
composer update
|
composer update
|
||||||
php artisan clear-compiled --env=vagrant
|
php artisan clear-compiled --env=local
|
||||||
php artisan ide-helper:generate --env=vagrant
|
php artisan ide-helper:generate --env=local
|
||||||
php artisan ide-helper:models --env=vagrant --write
|
php artisan ide-helper:models --env=local --write
|
||||||
php artisan optimize --env=vagrant
|
php artisan optimize --env=local
|
||||||
php artisan dump-autoload --env=vagrant
|
php artisan dump-autoload --env=local
|
||||||
|
Loading…
Reference in New Issue
Block a user