You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
295 B
16 lines
295 B
{
|
|
"name": "sqhlib/hanzi-convert",
|
|
"description": "PHP中文繁简体字转换程序,支持繁体转简体或简体转繁体",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "sqh"
|
|
}
|
|
],
|
|
"require": {},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"sqhlib\\Hanzi\\": "src"
|
|
}
|
|
}
|
|
}
|
|
|