Skip to content

Commit 88b8d1b

Browse files
committed
Improve package description and keywords
1 parent 7efa421 commit 88b8d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "awesome/simdutf",
3-
"description": "Unicode routines (UTF8, UTF16, UTF32) and Base64 for PHP: billions of characters per second using SIMD - SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extension, LoongArch64, POWER.",
3+
"description": "Unicode (UTF8, UTF16, UTF32) and Base64 processing at billions of characters per second in PHP using the simdutf library.",
44
"type": "php-ext",
5-
"keywords": ["utf8", "utf16", "utf32", "base64", "simd"],
5+
"keywords": ["utf8", "utf16", "utf32", "base64", "unicode", "simd"],
66
"homepage": "https://github.com/awesomized/simdutf-php-ext",
77
"license": [
88
"Apache-2.0",

0 commit comments

Comments
 (0)