33 lines
650 B
JSON
33 lines
650 B
JSON
{
|
|
"name": "lpilp/guomi",
|
|
"description": "国密sm2",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "recent",
|
|
"email": "lpilp@126.com",
|
|
"wx": "xiaopz129"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"mdanter/ecc": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Rtgm\\": "src"
|
|
},
|
|
"files": ["src/overwrite.php"]
|
|
|
|
},
|
|
"repositories": {
|
|
"packagist": {
|
|
"type": "composer",
|
|
"url": "https://mirrors.aliyun.com/composer/"
|
|
}
|
|
}
|
|
|
|
}
|