mirror of
https://gitee.com/yansongda/pay.git
synced 2024-11-29 18:58:38 +08:00
update
This commit is contained in:
parent
3fbf275c7e
commit
58b19d22e6
@ -20,6 +20,11 @@
|
||||
"ext-simplexml":"*",
|
||||
"ext-libxml": "*",
|
||||
"ext-json": "*",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"psr/log": "^1.1",
|
||||
"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.3.0"
|
||||
|
@ -4,6 +4,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace Yansongda\Pay\Contract;
|
||||
|
||||
interface EventDispatcherInterface
|
||||
interface EventDispatcherInterface extends \Psr\EventDispatcher\EventDispatcherInterface
|
||||
{
|
||||
}
|
||||
|
@ -4,6 +4,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace Yansongda\Pay\Contract;
|
||||
|
||||
interface LoggerInterface
|
||||
interface LoggerInterface extends \Psr\Log\LoggerInterface
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user