You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"name": "lizhichao/one-sm",
|
|
"type": "library",
|
|
"description": "国密sm3",
|
|
"keywords": [
|
|
"php",
|
|
"sm3"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "tanszhe",
|
|
"email": "1018595261@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OneSm\\": "src/"
|
|
}
|
|
}
|
|
}
|