Skip to content

Commit ae81e94

Browse files
committed
Require PHPUnit 6
1 parent 6c01f56 commit ae81e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require-dev": {
2424
"internations/kodierungsregelwerksammlung": "dev-master",
2525
"internations/testing-component": "dev-master",
26-
"phpunit/phpunit": ">=5.4"
26+
"phpunit/phpunit": ">=6"
2727
},
2828
"autoload": {
2929
"psr-4": {"InterNations\\Component\\HttpMock\\": "src/"}

0 commit comments

Comments
 (0)