Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
[update] Small dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickbayman committed Jan 2, 2021
1 parent 13e9fca commit 793e5f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/attache
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
},
Expand Down

0 comments on commit 793e5f6

Please sign in to comment.