summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-04 10:35:20 +0100
committerRemi Collet <remi@php.net>2025-11-04 10:35:20 +0100
commitf45b05150a815e03938b0aa3fba9db5fc9c92cdc (patch)
tree4edea51baf4dbb3c1d6ffd06f264f8c3ca0d111a /composer.json
initial package
open https://github.com/mariadb-corporation/mysqlnd_parsec/pull/1 add dependency on mysqlnd
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..acb9fe1
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,30 @@
+{
+ "name": "mariadb/mysqlnd_parsec",
+ "description": "MariaDB parsec authentication plugin for mysqlnd",
+ "type": "php-ext",
+ "license": "BSD-3-Clause",
+ "authors": [
+ {
+ "name": "Georg Richter",
+ "email": "georg@mariadb.com",
+ "role": "Maintainer"
+ }
+ ],
+ "require": {
+ "php": ">=8.1"
+ },
+ "php-ext": {
+ "extension-name": "mysqlnd_parsec",
+ "priority": 30,
+ "support-zts": true,
+ "support-nts": true,
+ "configure-options": [
+ {
+ "name": "with-mysqlnd-parsec",
+ "description": "Enable MariaDB parsec authentication support for mysqlnd",
+ "needs-value": false
+ }
+ ]
+ }
+}
+