fix:更新已知bug,优化代码
This commit is contained in:
19
vendor/yansongda/pay/composer.json
vendored
19
vendor/yansongda/pay/composer.json
vendored
@@ -16,7 +16,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.3",
|
||||
"php": ">=7.4",
|
||||
"ext-openssl": "*",
|
||||
"ext-simplexml":"*",
|
||||
"ext-libxml": "*",
|
||||
@@ -27,9 +27,7 @@
|
||||
"psr/container": "^1.1 | ^2.0",
|
||||
"psr/http-client": "^1.0",
|
||||
"psr/http-message": "^1.0",
|
||||
"php-di/php-di": "~6.3.0",
|
||||
"yansongda/supports": "~3.1.0",
|
||||
"guzzlehttp/guzzle": "^7.0"
|
||||
"yansongda/supports": "~3.2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.0",
|
||||
@@ -40,7 +38,8 @@
|
||||
"symfony/var-dumper": "^5.1",
|
||||
"symfony/http-foundation": "^5.2.0",
|
||||
"symfony/event-dispatcher": "^5.2.0",
|
||||
"symfony/psr-http-message-bridge": "^2.1"
|
||||
"symfony/psr-http-message-bridge": "^2.1",
|
||||
"guzzlehttp/guzzle": "^7.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@@ -55,14 +54,14 @@
|
||||
"Yansongda\\Pay\\Tests\\": "tests"
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"illuminate/container": "Laravel 框架下使用 SDK,请安装",
|
||||
"hyperf/utils": "Hyperf 框架下使用 SDK,请安装",
|
||||
"php-di/php-di": "其它/无框架下使用 SDK,请安装"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./vendor/bin/phpunit -c phpunit.xml --colors=always",
|
||||
"cs-fix": "php-cs-fixer fix --dry-run --diff 1>&2",
|
||||
"analyse": "phpstan analyse --memory-limit 300M -l 5 -c phpstan.neon ./src"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "v3.0-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user