Skip to content

Commit a0878a0

Browse files
committed
Forward compatibility with PHPUnit 7
1 parent 0a0bedf commit a0878a0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"require-dev": {
1515
"clue/block-react": "^1.2",
16-
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
16+
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
1717
},
1818
"autoload": {
1919
"psr-4": { "React\\Dns\\": "src" }

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
convertWarningsToExceptions="true"
99
processIsolation="false"
1010
stopOnFailure="false"
11-
syntaxCheck="false"
1211
bootstrap="vendor/autoload.php"
1312
>
1413
<testsuites>

0 commit comments

Comments
 (0)