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 5286921 commit 43cc9d0Copy full SHA for 43cc9d0
src/SPC/ConsoleApplication.php
@@ -22,6 +22,7 @@
22
use SPC\command\ExtractCommand;
23
use SPC\command\InstallPkgCommand;
24
use SPC\command\MicroCombineCommand;
25
+use SPC\command\SPCConfigCommand;
26
use SPC\command\SwitchPhpVersionCommand;
27
use Symfony\Component\Console\Application;
28
@@ -30,7 +31,7 @@
30
31
*/
32
final class ConsoleApplication extends Application
33
{
- public const VERSION = '2.4.1';
34
+ public const VERSION = '2.4.2';
35
36
public function __construct()
37
@@ -52,6 +53,7 @@ public function __construct()
52
53
new ExtractCommand(),
54
new MicroCombineCommand(),
55
new SwitchPhpVersionCommand(),
56
+ new SPCConfigCommand(),
57
58
// Dev commands
59
new AllExtCommand(),
0 commit comments