22 lines
382 B
JSON
22 lines
382 B
JSON
{
|
|
"name": "taoser/think-setarr",
|
|
"description": "php confing",
|
|
"license": "mit",
|
|
"authors": [
|
|
{
|
|
"name": "Taoser",
|
|
"email": "changlin_zhao@qq.com",
|
|
"website": "www.aieok.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"taoser\\": "src/"
|
|
}
|
|
}
|
|
|
|
}
|