install sail

This commit is contained in:
2021-06-10 01:09:58 +05:00
parent e1418e4db5
commit d21bf4cfa2
2 changed files with 62 additions and 1 deletions

View File

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

62
composer.lock generated
View File

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