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 c8a02c4 commit 0fe17b2Copy full SHA for 0fe17b2
composer.json
@@ -22,7 +22,7 @@
22
"require-dev": {
23
"sami/sami": "^4.0",
24
"phpunit/php-code-coverage": "*",
25
- "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5",
+ "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5 || ^7.0",
26
"squizlabs/php_codesniffer": "~2.9 || ~3.4"
27
},
28
"conflict": {
phpunit.xml.dist
@@ -9,8 +9,7 @@
9
convertNoticesToExceptions="true"
10
convertWarningsToExceptions="true"
11
processIsolation="false"
12
- stopOnFailure="false"
13
- syntaxCheck="false">
+ stopOnFailure="false">
14
<logging>
15
<log type="coverage-clover" target="coverage.xml" />
16
</logging>
0 commit comments