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": "*" },