-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 903 Bytes
/
composer.json
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
31
32
33
34
35
36
37
{
"name": "awesome/simdutf",
"description": "Unicode (UTF8, UTF16, UTF32) and Base64 processing at billions of characters per second in PHP using the simdutf library.",
"type": "php-ext",
"keywords": ["utf8", "utf16", "utf32", "base64", "unicode", "simd"],
"homepage": "https://github.com/awesomized/simdutf-php-ext",
"license": [
"Apache-2.0",
"MIT"
],
"authors": [
{
"name": "Don MacAskill",
"homepage": "https://github.com/onethumb",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/awesomized/simdutf-php-ext/issues",
"source": "https://github.com/awesomized/simdutf-php-ext"
},
"php-ext": {
"extension-name": "simdutf"
},
"prefer-stable": true,
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-main": "2.0.x-dev"
}
},
"require": {
"php": "^8.1"
}
}