We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23547e8 + c79af21 commit d4210e9Copy full SHA for d4210e9
composer.json
@@ -25,7 +25,7 @@
25
"php": "7.4.*||8.*",
26
"guzzlehttp/guzzle": "^7.0",
27
"codeception/codeception": "4.*||5.*",
28
- "phpunit/phpunit": "^8.5 || 9.*",
+ "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
29
"jfcherng/php-diff": "^6.14"
30
},
31
"require-dev": {
src/Client/MockServer.php
@@ -2,7 +2,6 @@
2
3
namespace DEVizzent\CodeceptionMockServerHelper\Client;
4
5
-use DEVizzent\CodeceptionMockServerHelper\MockServerHelper;
6
use GuzzleHttp\Client;
7
use GuzzleHttp\Psr7\Request;
8
use PHPUnit\Framework\Assert;
0 commit comments