summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 8d21073bebbb89d5bd8c7d553422459aa1a2da61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "mariadb/mysqlnd_ed25519",
  "description": "MariaDB ed25519 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_ed25519",
      "priority": 30,
      "support-zts": true,
      "support-nts": true,
      "configure-options": [
        {
          "name": "with-mysqlnd-ed25519",
          "description": "Enable MariaDB ed25519 authentication support for mysqlnd",
          "needs-value": false
        }
      ]
  }
}