From d30f34d4333a331cf266d88d23546521dfe85a2e Mon Sep 17 00:00:00 2001 From: Husnu Setiawan Date: Fri, 20 Feb 2026 14:40:49 +0700 Subject: [PATCH] add envoy --- composer.json | 1 + composer.lock | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 65 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8a3d72d..3055c45 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ }, "require-dev": { "fakerphp/faker": "^1.9.1", + "laravel/envoy": "^2.10", "laravel/pint": "^1.0", "laravel/sail": "^1.18", "mockery/mockery": "^1.4.4", diff --git a/composer.lock b/composer.lock index 4086ce0..0211e84 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": "9c491b8531eec05ba41a11d9276a5749", + "content-hash": "1c9becfc91324d2c5f77f109db0ebbab", "packages": [ { "name": "brick/math", @@ -5816,6 +5816,69 @@ }, "time": "2025-04-30T06:54:44+00:00" }, + { + "name": "laravel/envoy", + "version": "v2.10.2", + "source": { + "type": "git", + "url": "https://github.com/laravel/envoy.git", + "reference": "819a519e3d86b056c7aa3bd5d0801952a6fc14fd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/envoy/zipball/819a519e3d86b056c7aa3bd5d0801952a6fc14fd", + "reference": "819a519e3d86b056c7aa3bd5d0801952a6fc14fd", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^6.0|^7.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "php": "^7.2|^8.0", + "symfony/console": "^4.3|^5.0|^6.0|^7.0", + "symfony/process": "^4.3|^5.0|^6.0|^7.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^8.0|^9.0|^10.4" + }, + "suggest": { + "ext-posix": "Required to determine the System user on Unix systems." + }, + "bin": [ + "bin/envoy" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Laravel\\Envoy\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "Elegant SSH tasks for PHP.", + "keywords": [ + "laravel", + "ssh" + ], + "support": { + "issues": "https://github.com/laravel/envoy/issues", + "source": "https://github.com/laravel/envoy/tree/v2.10.2" + }, + "time": "2025-01-28T15:47:18+00:00" + }, { "name": "laravel/pint", "version": "v1.20.0",