jingcai-php/vendor/aoxiang/province-city-area/composer.json

34 lines
673 B
JSON
Executable File

{
"name": "aoxiang/province-city-area",
"description": "China Province City Area From JD.COM",
"type": "library",
"require": {
"php": "^7.0 || ^8.0",
"guzzlehttp/guzzle": "~7.0",
"guzzlehttp/psr7": "~2.0"
},
"extra": {
"laravel": {
"providers": [
"Aoxiang\\Pca\\ProvinceCityAreaServiceProvider"
],
"alias": {
"ProvinceCityArea": "Aoxiang\\Pca\\Facades\\ProvinceCityAreaFacades"
}
}
},
"license": "MIT",
"authors": [
{
"name": "Aoxiang",
"email": "mail@aoxiang.me"
}
],
"autoload": {
"psr-4": {
"Aoxiang\\Pca\\": "src/"
}
},
"minimum-stability": "dev"
}