From 3ddcf57bf9ce9461c076a59c219a6d0c339afa93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 18:13:53 +0000 Subject: [PATCH] chore(deps): update dependency laravel/sail to v1.28.1 --- composer.json | 2 +- composer.lock | 15 ++++++--------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index bad531a1..07673c5f 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require-dev": { "fakerphp/faker": "1.23.1", "laravel/pint": "1.13.10", - "laravel/sail": "1.27.3", + "laravel/sail": "1.28.1", "mockery/mockery": "1.6.7", "nunomaduro/collision": "7.10.0", "phpunit/phpunit": "10.5.10", diff --git a/composer.lock b/composer.lock index 38562bad..e6d13978 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": "4d35ff685f5f48aa5d7ed63a137f62c8", + "content-hash": "aeca1b22ab1cd67c615d38ae8994df2e", "packages": [ { "name": "brick/math", @@ -6020,16 +6020,16 @@ }, { "name": "laravel/sail", - "version": "v1.27.3", + "version": "v1.28.1", "source": { "type": "git", "url": "https://github.com/laravel/sail.git", - "reference": "7e01b345072c9604ead9d7aed175bf7ac1d80289" + "reference": "f84e444a3dbc1811803cd2a050bdd54ff6f5eef8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/sail/zipball/7e01b345072c9604ead9d7aed175bf7ac1d80289", - "reference": "7e01b345072c9604ead9d7aed175bf7ac1d80289", + "url": "https://api.github.com/repos/laravel/sail/zipball/f84e444a3dbc1811803cd2a050bdd54ff6f5eef8", + "reference": "f84e444a3dbc1811803cd2a050bdd54ff6f5eef8", "shasum": "" }, "require": { @@ -6048,9 +6048,6 @@ ], "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - }, "laravel": { "providers": [ "Laravel\\Sail\\SailServiceProvider" @@ -6081,7 +6078,7 @@ "issues": "https://github.com/laravel/sail/issues", "source": "https://github.com/laravel/sail" }, - "time": "2024-01-30T03:03:59+00:00" + "time": "2024-02-23T00:24:47+00:00" }, { "name": "mockery/mockery",