summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
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
+ }
+ ]
+ }
+}
+