diff --git a/composer.json b/composer.json index 6606d14..42317cf 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ "require-dev": { "brianium/paratest": "^7.5", "fakerphp/faker": "^1.23", + "laravel/envoy": "^2.9", "laravel/pint": "^1.13", "laravel/sail": "^1.26", "mockery/mockery": "^1.6", diff --git a/composer.lock b/composer.lock index e28efe3..c781103 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": "70b0b81deb7bf30ff9d9ccdeb16852e5", + "content-hash": "47c5349483caae3b611ce5134c9dd1b0", "packages": [ { "name": "brick/math", @@ -6153,6 +6153,69 @@ }, "time": "2024-03-08T09:58:59+00:00" }, + { + "name": "laravel/envoy", + "version": "v2.9.0", + "source": { + "type": "git", + "url": "https://github.com/laravel/envoy.git", + "reference": "a9b9da0fb5eb6625d90a164b828e94ab81472eb2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/envoy/zipball/a9b9da0fb5eb6625d90a164b828e94ab81472eb2", + "reference": "a9b9da0fb5eb6625d90a164b828e94ab81472eb2", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^6.0|^7.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.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.9.0" + }, + "time": "2024-01-16T17:18:44+00:00" + }, { "name": "laravel/pint", "version": "v1.17.0",