We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0bedf commit a0878a0Copy full SHA for a0878a0
2 files changed
composer.json
@@ -13,7 +13,7 @@
13
},
14
"require-dev": {
15
"clue/block-react": "^1.2",
16
- "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
+ "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
17
18
"autoload": {
19
"psr-4": { "React\\Dns\\": "src" }
phpunit.xml.dist
@@ -8,7 +8,6 @@
8
convertWarningsToExceptions="true"
9
processIsolation="false"
10
stopOnFailure="false"
11
- syntaxCheck="false"
12
bootstrap="vendor/autoload.php"
>
<testsuites>
0 commit comments