Remove phar updater

This commit is contained in:
René Preuß
2021-07-23 13:05:51 +02:00
parent 23709b9c59
commit feab09389a
4 changed files with 2269 additions and 2336 deletions

View File

@@ -1,20 +0,0 @@
<?php
use LaravelZero\Framework\Components\Updater\Strategy\GithubStrategy;
return [
/*
|--------------------------------------------------------------------------
| Self-updater Strategy
|--------------------------------------------------------------------------
|
| Here you may specify which update strategy class you wish to use when
| updating your application via the "self-update" command. This must
| be a class that implements the StrategyInterface from Humbug.
|
*/
'strategy' => GithubStrategy::class,
];