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.
think-library/vendor/lizhichao/one-sm/composer.json

25 lines
350 B

{
"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/"
}
}
}