Skip to content

Commit 1fc5a0f

Browse files
rdohmsbmstanley
andcommitted
Add compatibility for phpunit 8.4
In 8.4 the InvalidArgumentHelper, an `@internal` class was renamed. We now point to the correct class. This still carries a risk for the future, but the v8 branch should be safe to rely on this as no further releases will remove this class. Co-authored-by: bmstanley <[email protected]>
1 parent d618ece commit 1fc5a0f

File tree

3 files changed

+206
-161
lines changed

3 files changed

+206
-161
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "This package provides Array Subset and related asserts once depracated in PHPunit 8",
44
"type": "library",
55
"require": {
6-
"phpunit/phpunit": "^8.0",
6+
"phpunit/phpunit": "^8.4",
77
"php": "^7.2"
88
},
99
"license": "MIT",

0 commit comments

Comments
 (0)