diff --git a/.travis.yml b/.travis.yml index ba7911d2..860890af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ script: after_failure: - cat storage/logs/*.log before_deploy: -- composer --no-dev update +#- composer --no-dev update - openssl aes-256-cbc -K $encrypted_6ae8173eef05_key -iv $encrypted_6ae8173eef05_iv -in .travis/deploy_rsa.enc -out /tmp/deploy_rsa -d - eval "$(ssh-agent -s)" - chmod 600 /tmp/deploy_rsa diff --git a/composer.json b/composer.json index f2ff2689..10449fba 100755 --- a/composer.json +++ b/composer.json @@ -53,7 +53,6 @@ "barryvdh/laravel-ide-helper": "v2.4.x", "fzaninotto/faker": "~1.4", "mockery/mockery": "0.9.*", - "laravel/homestead": "v6.2.2", "filp/whoops": "~2.0", "orchestra/testbench": "v3.5.2", "bpocallaghan/generators": "5.0.1" diff --git a/composer.lock b/composer.lock index a7ad466c..7ac7685b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "d33b35265c5ca3bb63651b34c9f62223", + "content-hash": "d063351d417cd47b46435e0f911a2d16", "packages": [ { "name": "composer/semver", @@ -7001,56 +7001,6 @@ ], "time": "2015-05-11T14:41:42+00:00" }, - { - "name": "laravel/homestead", - "version": "v6.2.2", - "source": { - "type": "git", - "url": "https://github.com/laravel/homestead.git", - "reference": "f40f5f723880b5d7f64833c85da77cf0a25adf0c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravel/homestead/zipball/f40f5f723880b5d7f64833c85da77cf0a25adf0c", - "reference": "f40f5f723880b5d7f64833c85da77cf0a25adf0c", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0", - "symfony/console": "~2.3|~3.0", - "symfony/process": "~2.3|~3.0", - "symfony/yaml": "~2.3|~3.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.0" - }, - "bin": [ - "bin/homestead" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "psr-4": { - "Laravel\\Homestead\\": "src/" - } - }, - "notification-url": "http://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com" - } - ], - "description": "A virtual machine for web artisans.", - "time": "2017-09-14T14:44:24+00:00" - }, { "name": "mockery/mockery", "version": "0.9.9",