composertest/composer.json

18 lines
304 B
JSON
Raw Normal View History

2024-05-13 15:47:31 +08:00
{
"name": "baihand/ceshi",
"type": "library",
"license": "Apache",
"autoload": {
"psr-4": {
"Baihand\\Ceshi\\": "src/"
}
},
"authors": [
{
"name": "lq",
"email": "13849061902@qq.com"
}
],
"require": {}
}