Skip to content

Commit d4210e9

Browse files
authored
Merge pull request #8 from DEVizzent/NO-ISSUE_allow_phpunit_10
Allow phpunit 10
2 parents 23547e8 + c79af21 commit d4210e9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"php": "7.4.*||8.*",
2626
"guzzlehttp/guzzle": "^7.0",
2727
"codeception/codeception": "4.*||5.*",
28-
"phpunit/phpunit": "^8.5 || 9.*",
28+
"phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
2929
"jfcherng/php-diff": "^6.14"
3030
},
3131
"require-dev": {

src/Client/MockServer.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace DEVizzent\CodeceptionMockServerHelper\Client;
44

5-
use DEVizzent\CodeceptionMockServerHelper\MockServerHelper;
65
use GuzzleHttp\Client;
76
use GuzzleHttp\Psr7\Request;
87
use PHPUnit\Framework\Assert;

0 commit comments

Comments
 (0)