Add PHP 8.4 support (testing)

This commit is contained in:
crazywhalecc
2024-10-25 16:38:02 +08:00
committed by Jerry Ma
parent 2bfc5e1d74
commit ddafdf8987
4 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ use Symfony\Component\Console\Application;
*/
final class ConsoleApplication extends Application
{
public const VERSION = '2.3.6';
public const VERSION = '2.3.7';
public function __construct()
{