undo dev removal

This commit is contained in:
Nabeel Shahzad
2017-12-17 12:25:21 -06:00
parent 9e9bc35235
commit 939882589c
3 changed files with 2 additions and 53 deletions

View File

@@ -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

View File

@@ -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"

52
composer.lock generated
View File

@@ -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",