first commit
This commit is contained in:
32
composer.json
Normal file
32
composer.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "xuanchen/yee-pay",
|
||||
"description": "域展科技-易宝支付",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Leady",
|
||||
"email": "149307205@qq.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.4",
|
||||
"laravel/framework": "^8.5",
|
||||
"guzzlehttp/guzzle": "^7.3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Leady\\YeePay\\": "src/",
|
||||
"Yeepay\\Yop\\Sdk\\": "lib/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Leady\\YeePay\\ServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"LeadyYeePay": "Leady\\YeePay\\Facade"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user