Skip to content

Commit 5e48174

Browse files
committed
Updated deps
1 parent c90db0a commit 5e48174

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

composer.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,17 @@
6363
"hiqdev/omnipay-epayments": "^3.0",
6464
"hiqdev/omnipay-ikajo": "^3.0",
6565
"hiqdev/omnipay-cryptomus": "dev-main",
66-
"dercoder/omnipay-webmoney": "dev-php81 as v4.0.0",
66+
"dercoder/omnipay-webmoney": "^5.0",
6767
"hiqdev/hidev-php": "dev-master",
6868
"hiqdev/hidev-hiqdev": "dev-master",
6969
"phpunit/phpunit": "^9.0",
7070
"dms/phpunit-arraysubset-asserts": "dev-master",
7171
"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"
7374
},
7475
"minimum-stability": "dev",
7576
"repositories": [
76-
{
77-
"type": "git",
78-
"url": "https://github.com/SilverFire/omnipay-webmoney"
79-
},
8077
{
8178
"type": "git",
8279
"url": "https://github.com/SilverFire/php-bitpay-light-client"
@@ -90,7 +87,8 @@
9087
},
9188
"config": {
9289
"allow-plugins": {
93-
"yiisoft/composer-config-plugin": true
90+
"yiisoft/composer-config-plugin": true,
91+
"php-http/discovery": true
9492
}
9593
}
9694
}

phpunit.xml.dist

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true"
33
convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false"
4-
stopOnFailure="false" syntaxCheck="false" bootstrap="tests/_bootstrap.php">
4+
stopOnFailure="false" bootstrap="tests/_bootstrap.php">
55
<testsuites>
66
<testsuite name="Unit Test Suite">
77
<directory>./tests/unit/</directory>
88
</testsuite>
99
</testsuites>
10-
<filter>
11-
<whitelist processUncoveredFilesFromWhitelist="true">
12-
<directory suffix=".php">./src/</directory>
13-
</whitelist>
14-
</filter>
1510
</phpunit>

0 commit comments

Comments
 (0)