Bump composer dependencies

This commit is contained in:
srdante 2022-02-26 02:48:12 -03:00
parent 91f4d2c40b
commit 7c46919e7d
2 changed files with 4 additions and 5 deletions

View File

@ -11,13 +11,13 @@
],
"require": {
"guzzlehttp/guzzle": "^6.3|^7.0",
"PHP": "^7.1|^8.0",
"PHP": "^7.2|^8.0",
"kornrunner/keccak": "~1.0",
"phpseclib/phpseclib": "~2.0.11",
"phpseclib/phpseclib": "~2.0.30",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "~6.0|~8.0"
"phpunit/phpunit": "~8.0|~9.0"
},
"autoload": {
"psr-4": {

View File

@ -7,8 +7,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
stopOnFailure="false">
<testsuite name="Web3.php unit test">
<directory suffix="Test.php">./test/unit</directory>