From 5644946ed8738a5702f4163105a1d7fc6f0c180b Mon Sep 17 00:00:00 2001 From: Husnu Setiawan Date: Tue, 11 Feb 2025 11:56:45 +0700 Subject: [PATCH] require envoy --- composer.json | 1 + composer.lock | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 65 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8a3d72d..8a4cf9b 100644 --- a/composer.json +++ b/composer.json @@ -7,6 +7,7 @@ "require": { "php": "^8.1", "guzzlehttp/guzzle": "^7.2", + "laravel/envoy": "^2.10", "laravel/framework": "^10.10", "laravel/sanctum": "^3.3", "laravel/tinker": "^2.8" diff --git a/composer.lock b/composer.lock index 7616fd4..ef98185 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": "215e4584bd80d9667c89109f18cd6fbf", "packages": [ { "name": "brick/math", @@ -1054,6 +1054,69 @@ ], "time": "2023-12-03T19:50:20+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/framework", "version": "v10.48.25",