From 793e5f62c4e09db85ed3853a1c324ca94a8fca49 Mon Sep 17 00:00:00 2001 From: Warrick Bayman Date: Sat, 2 Jan 2021 09:12:25 +0200 Subject: [PATCH] [update] Small dependency update --- bin/attache | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/attache b/bin/attache index a83274d..732e77a 100755 --- a/bin/attache +++ b/bin/attache @@ -16,7 +16,7 @@ if (file_exists(__DIR__.'/../vendor/autoload.php')) { require __DIR__.'/../../../autoload.php'; } -$app = new \Symfony\Component\Console\Application('Attaché', '0.7.5'); +$app = new \Symfony\Component\Console\Application('Attaché', '0.7.6'); $app->add(new \TPG\Attache\Console\InitCommand()); $app->add(new \TPG\Attache\Console\ServersListCommand()); diff --git a/composer.json b/composer.json index 4af59bf..4d48119 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": "^7.4|^8.0", "symfony/process": "^4.4|^5.0", "symfony/console": "^4.4|^5.0", - "guzzlehttp/guzzle": "^6.5", + "guzzlehttp/guzzle": "^6.5|^7.1", "illuminate/support": "^6.18|^7.1|^8.0", "ext-json": "*" },