From d21bf4cfa26b7ff4fde3ff8f63f7c884efe42165 Mon Sep 17 00:00:00 2001 From: Mohamed jinas Date: Thu, 10 Jun 2021 01:09:58 +0500 Subject: [PATCH] install sail --- composer.json | 1 + composer.lock | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 62 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c9290e0..5e6c23e 100644 --- a/composer.json +++ b/composer.json @@ -31,6 +31,7 @@ "barryvdh/laravel-debugbar": "^3.4", "facade/ignition": "^2.3.6", "fzaninotto/faker": "^1.9.1", + "laravel/sail": "^1.8", "mockery/mockery": "^1.3.1", "nunomaduro/collision": "^5.0", "phpunit/phpunit": "^9.0" diff --git a/composer.lock b/composer.lock index 15b2c41..ea3fa05 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5af1f1984e977d482ae3b1d03e6bb6eb", + "content-hash": "5cd9a6885e1e9b28cd9fa2eb66050d2f", "packages": [ { "name": "asm89/stack-cors", @@ -7894,6 +7894,66 @@ }, "time": "2020-07-09T08:09:16+00:00" }, + { + "name": "laravel/sail", + "version": "v1.8.1", + "source": { + "type": "git", + "url": "https://github.com/laravel/sail.git", + "reference": "77fb31eb48de9971af1fe0c6b47be3da6b869dfd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/sail/zipball/77fb31eb48de9971af1fe0c6b47be3da6b869dfd", + "reference": "77fb31eb48de9971af1fe0c6b47be3da6b869dfd", + "shasum": "" + }, + "require": { + "illuminate/console": "^8.0|^9.0", + "illuminate/contracts": "^8.0|^9.0", + "illuminate/support": "^8.0|^9.0", + "php": "^7.3|^8.0" + }, + "bin": [ + "bin/sail" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + }, + "laravel": { + "providers": [ + "Laravel\\Sail\\SailServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Laravel\\Sail\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "Docker files for running a basic Laravel application.", + "keywords": [ + "docker", + "laravel" + ], + "support": { + "issues": "https://github.com/laravel/sail/issues", + "source": "https://github.com/laravel/sail" + }, + "time": "2021-06-08T15:18:38+00:00" + }, { "name": "maximebf/debugbar", "version": "v1.16.5",