Skip to content

Commit 1bed276

Browse files
authored
Merge pull request #11 from jhoff/disable_update_check
Disable psy shell update check
2 parents d67c359 + 353b70c commit 1bed276

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Console/TinkerCommand.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ public function fire()
4141
{
4242
$this->getApplication()->setCatchExceptions(false);
4343

44-
$config = new Configuration;
44+
$config = new Configuration([
45+
'updateCheck' => 'never'
46+
]);
4547

4648
$config->getPresenter()->addCasters(
4749
$this->getCasters()

0 commit comments

Comments
 (0)