-
- Downloads
send empty realm if not set to avoid the exception (#40)
* send empty realm if not set * always add realm to params * Update composer.json * Update composer.json * Update composer.json * Update runTests.yml * Update composer.json
... | ... | @@ -27,7 +27,7 @@ |
"ext-curl": "*" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "*", | ||
"phpunit/phpunit": "<=9.6.7", | ||
"internations/http-mock": "*" | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment