File tree 2 files changed +6
-13
lines changed
2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 63
63
"hiqdev/omnipay-epayments" : " ^3.0" ,
64
64
"hiqdev/omnipay-ikajo" : " ^3.0" ,
65
65
"hiqdev/omnipay-cryptomus" : " dev-main" ,
66
- "dercoder/omnipay-webmoney" : " dev-php81 as v4.0 .0" ,
66
+ "dercoder/omnipay-webmoney" : " ^5 .0" ,
67
67
"hiqdev/hidev-php" : " dev-master" ,
68
68
"hiqdev/hidev-hiqdev" : " dev-master" ,
69
69
"phpunit/phpunit" : " ^9.0" ,
70
70
"dms/phpunit-arraysubset-asserts" : " dev-master" ,
71
71
"bitpay/sdk-light" : " dev-master as 2.2.3" ,
72
- "php-http/mock-client" : " ^1.0"
72
+ "php-http/mock-client" : " ^1.0" ,
73
+ "php-http/guzzle7-adapter" : " 1.x-dev"
73
74
},
74
75
"minimum-stability" : " dev" ,
75
76
"repositories" : [
76
- {
77
- "type" : " git" ,
78
- "url" : " https://github.com/SilverFire/omnipay-webmoney"
79
- },
80
77
{
81
78
"type" : " git" ,
82
79
"url" : " https://github.com/SilverFire/php-bitpay-light-client"
90
87
},
91
88
"config" : {
92
89
"allow-plugins" : {
93
- "yiisoft/composer-config-plugin" : true
90
+ "yiisoft/composer-config-plugin" : true ,
91
+ "php-http/discovery" : true
94
92
}
95
93
}
96
94
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit backupGlobals =" false" backupStaticAttributes =" false" colors =" true" convertErrorsToExceptions =" true"
3
3
convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" processIsolation =" false"
4
- stopOnFailure =" false" syntaxCheck = " false " bootstrap =" tests/_bootstrap.php" >
4
+ stopOnFailure =" false" bootstrap =" tests/_bootstrap.php" >
5
5
<testsuites >
6
6
<testsuite name =" Unit Test Suite" >
7
7
<directory >./tests/unit/</directory >
8
8
</testsuite >
9
9
</testsuites >
10
- <filter >
11
- <whitelist processUncoveredFilesFromWhitelist =" true" >
12
- <directory suffix =" .php" >./src/</directory >
13
- </whitelist >
14
- </filter >
15
10
</phpunit >
You can’t perform that action at this time.
0 commit comments