diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json index acb9fe1..30452c1 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,10 @@ } ], "require": { - "php": ">=8.1" + "php": ">=8.2" + }, + "suggest": { + "ext-mysqlnd": "*" }, "php-ext": { "extension-name": "mysqlnd_parsec", |
