diff --git a/composer.json b/composer.json index 2238c966e7..b9d1e16520 100644 --- a/composer.json +++ b/composer.json @@ -23,16 +23,11 @@ "require": { "laravel/framework": "4.2.*", "laravelbook/ardent": "~2.4", - "codesleeve/asset-pipeline": "~2.0", - "pda/pheanstalk": "~2.0" + "codesleeve/asset-pipeline": "~2.0" }, "require-dev": { "barryvdh/laravel-debugbar": "@stable", - "barryvdh/laravel-ide-helper": "@stable", - "mockery/mockery": "@dev", - "satooshi/php-coveralls": "@stable", - "league/factory-muffin": "@stable", - "doctrine/dbal": "@stable" + "barryvdh/laravel-ide-helper": "@stable" }, "autoload": { "classmap": [ diff --git a/ide-helper.sh b/ide-helper.sh index 75fdc01c66..3096df2ceb 100755 --- a/ide-helper.sh +++ b/ide-helper.sh @@ -1,8 +1,8 @@ #!/bin/bash #composer self-update composer update -php artisan clear-compiled --env=vagrant -php artisan ide-helper:generate --env=vagrant -php artisan ide-helper:models --env=vagrant --write -php artisan optimize --env=vagrant -php artisan dump-autoload --env=vagrant \ No newline at end of file +php artisan clear-compiled --env=local +php artisan ide-helper:generate --env=local +php artisan ide-helper:models --env=local --write +php artisan optimize --env=local +php artisan dump-autoload --env=local