mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 08:45:40 +08:00
add extract command, add -U option (custom download source
This commit is contained in:
@@ -7,7 +7,6 @@ namespace SPC;
|
||||
use SPC\command\DeployCommand;
|
||||
use SPC\store\FileSystem;
|
||||
use Symfony\Component\Console\Application;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
use Symfony\Component\Console\Command\HelpCommand;
|
||||
use Symfony\Component\Console\Command\ListCommand;
|
||||
|
||||
@@ -16,7 +15,7 @@ use Symfony\Component\Console\Command\ListCommand;
|
||||
*/
|
||||
class ConsoleApplication extends Application
|
||||
{
|
||||
public const VERSION = '2.0-rc3';
|
||||
public const VERSION = '2.0-rc4';
|
||||
|
||||
/**
|
||||
* @throws \ReflectionException
|
||||
|
||||
Reference in New Issue
Block a user