From aab5c8f5f5f51c3a9fc6c23f409daeec01adcceb Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 3 Dec 2022 17:35:47 +0000 Subject: [PATCH] require mysqli for dev --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index f73bdd0..c1d4393 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,7 @@ "php": "^5.3.0 || ^7.0 || ^8.0" }, "require-dev": { + "ext-mysqli": "*", "phpunit/phpunit": "^4.8 || ^5.7 || ^8.5.31", "phpunit/phpunit-selenium": "*", "yoast/phpunit-polyfills": "*"