Add PHP 8.4 support (testing)

This commit is contained in:
crazywhalecc
2024-10-25 16:38:02 +08:00
parent 0fb7784a20
commit 220c4dab42
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()
{