blob: 4e0633740026bb795357b3bf7e0decd135ad7250 (
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
|
{
"name": "orieg/judy",
"type": "php-ext",
"description": "PHP Judy implements sparse dynamic arrays (aka Judy Arrays).",
"license": "PHP-3.01",
"homepage": "https://github.com/orieg/php-judy",
"authors": [
{
"name": "Nicolas Brousse",
"email": "nicolas@brousse.info",
"homepage": "https://nicolas.brousse.info",
"role": "Developer"
}
],
"require": {
"php": ">=8.0.0"
},
"php-ext": {
"extension-name": "judy",
"configure-options": [
{
"name": "with-judy",
"description": "Specify the path to the libJudy installation prefix",
"needs-value": true
}
]
}
}
|