composertest/composer.json
2024-05-14 09:57:34 +08:00

20 lines
331 B
JSON

{
"name": "baihand/ceshi",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Baihand\\Ceshi\\": "src/"
}
},
"authors": [
{
"name": "junge",
"email": "2926804347@qq.com"
}
],
"require": {
"php": ">=7.2"
}
}