composertest/composer.json

18 lines
303 B
JSON
Raw Normal View History

2024-05-13 15:47:31 +08:00
{
"name": "baihand/ceshi",
"type": "library",
2024-05-13 16:06:50 +08:00
"license": "MIT",
2024-05-13 15:47:31 +08:00
"autoload": {
"psr-4": {
"Baihand\\Ceshi\\": "src/"
}
},
"authors": [
{
2024-05-13 16:13:14 +08:00
"name": "junge",
"email": "2926804347@qq.com"
2024-05-13 15:47:31 +08:00
}
],
"require": {}
}