Add extension maxminddb support for macOS and Linux (#975)

This commit is contained in:
Jerry Ma
2025-11-26 15:32:26 +08:00
committed by GitHub
parent f24cbcf909
commit 5d1043334d
9 changed files with 120 additions and 9 deletions

View File

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