We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be19330 commit c44de79Copy full SHA for c44de79
bin/envoy
@@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../vendor/autoload.php')) {
7
require __DIR__.'/../../../autoload.php';
8
}
9
10
-$app = new Symfony\Component\Console\Application('Laravel Envoy', '2.8.3');
+$app = new Symfony\Component\Console\Application('Laravel Envoy', '2.8.4');
11
12
$app->add(new Laravel\Envoy\Console\RunCommand);
13
$app->add(new Laravel\Envoy\Console\SshCommand);
0 commit comments